Skip to content

Commit

Permalink
try pinning selenium version
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Dec 15, 2023
1 parent 2232632 commit c24ff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
fi
sudo tar -xzf ${CACHED_DOWNLOAD_DIR}/geckodriver-v${GECKO_VER}-linux64.tar.gz -C /usr/local/bin
geckodriver --version
pip install --upgrade selenium
pip install selenium==4.8.3
python -c "import selenium; print(f'Selenium {selenium.__version__}')"
- name: Write configuration & build DB
Expand Down

0 comments on commit c24ff11

Please sign in to comment.