Skip to content

Commit

Permalink
Unpin selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed May 2, 2024
1 parent d93fc61 commit 2dc6e7b
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 @@ -51,7 +51,7 @@ jobs:
pip install "shapely"
pip install "bleach"
pip install "werkzeug"
pip install "selenium" # breaking change in selenium==4.3
pip install "selenium"
pip install .
# Testing against our latest release (including pre-releases)
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
pip install --upgrade pip
pip install "bleach"
pip install "werkzeug"
pip install "selenium<4.3" # breaking change in selenium==4.3
pip install "selenium"
pip install "scipy<1.9.3" # breaking change in scipy==1.9.3
pip install "pytest<7.2.0"
pip install "pytest-xdist<3.0"
Expand Down

0 comments on commit 2dc6e7b

Please sign in to comment.