Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Dec 6, 2022
1 parent 3902352 commit f51f405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/subsurface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
pip freeze | grep -vw "pip" | xargs pip uninstall -y
fi
pip install "selenium<4.3" # breaking change in selenium==4.3
# pip install "pytest<7.2.0"
# pip install "pytest-xdist<3.0"
pip install "pytest<7.2.0"
pip install "pytest-xdist<3.0"
pip install .
# Testing against our latest release (including pre-releases)
Expand Down

0 comments on commit f51f405

Please sign in to comment.