Update test.yml

remove stage:
- name: Install playwright module
This commit is contained in:
mouse1203
2023-04-21 15:35:12 +02:00
parent e5a8939481
commit 5d23bf6da3

View File

@@ -233,10 +233,6 @@ jobs:
if: matrix.browser
run: echo "PYTEST_ADDOPTS=$PYTEST_ADDOPTS -m browser" >> "${GITHUB_ENV}"
- name: Install playwright module
run: |
pip install playwright
- name: Ensure browsers are installed for playwright
if: matrix.browser
run: python -m playwright install --with-deps