Skip to content

Commit

Permalink
Pin selenium to avoid doctest breakage from deprecation (#2624)
Browse files Browse the repository at this point in the history
* Pin selenium to avoid breakage from deprecation

* Switch to double quotes
  • Loading branch information
joelostblom authored Jun 30, 2022
1 parent d966645 commit 4da4df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install "selenium<4.3.0"
pip install altair_saver
pip install git+https://github.com/altair-viz/altair_viewer.git
- name: Test with pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install "selenium<4.3.0"
pip install altair_saver
pip install -r doc/requirements.txt
pip install git+https://github.com/altair-viz/altair_viewer.git
Expand Down

0 comments on commit 4da4df1

Please sign in to comment.