We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a310e6a commit 1ba6e22Copy full SHA for 1ba6e22
.github/workflows/test_playwright.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
pip install flake8 pytest pytest-playwright
32
+ if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
33
pip install -e . --force-reinstall
34
- uses: pre-commit/action@v2.0.3
35
- name: Install playwright dependencies
requirements-dev.txt
@@ -28,8 +28,6 @@ pillow
28
pre-commit
pycodestyle
pydata-sphinx-theme
-pytest
-pytest-playwright
scipy
selenium<4.27.0
setuptools_scm
0 commit comments