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 3902352 commit f51f405Copy full SHA for f51f405
.github/workflows/subsurface.yml
@@ -49,8 +49,8 @@ jobs:
49
pip freeze | grep -vw "pip" | xargs pip uninstall -y
50
fi
51
pip install "selenium<4.3" # breaking change in selenium==4.3
52
- # pip install "pytest<7.2.0"
53
- # pip install "pytest-xdist<3.0"
+ pip install "pytest<7.2.0"
+ pip install "pytest-xdist<3.0"
54
pip install .
55
56
# Testing against our latest release (including pre-releases)
0 commit comments