mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
Update test.yml
remove stage: - name: Install playwright module
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -233,10 +233,6 @@ jobs:
|
|||||||
if: matrix.browser
|
if: matrix.browser
|
||||||
run: echo "PYTEST_ADDOPTS=$PYTEST_ADDOPTS -m browser" >> "${GITHUB_ENV}"
|
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
|
- name: Ensure browsers are installed for playwright
|
||||||
if: matrix.browser
|
if: matrix.browser
|
||||||
run: python -m playwright install --with-deps
|
run: python -m playwright install --with-deps
|
||||||
|
Reference in New Issue
Block a user