Skip to content

Commit

Permalink
Don't install Firefox manually
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Oct 14, 2024
1 parent 7d2c80c commit b6b1268
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,6 @@ jobs:
- name: Set jupyter token env
run: echo "JUPYTER_TOKEN=$(openssl rand -hex 32)" >> $GITHUB_ENV

# The Firefox and its engine geckodrive need do be installed manually to run
# selenium tests.
- name: Install Firefox
uses: browser-actions/setup-firefox@latest
with:
firefox-version: '96.0'
if: matrix.browser == 'Firefox'

- name: Install geckodriver
run: |
wget -c https://github.com/mozilla/geckodriver/releases/download/v0.30.0/geckodriver-v0.30.0-linux64.tar.gz
tar xf geckodriver-v0.30.0-linux64.tar.gz -C /usr/local/bin
if: matrix.browser == 'Firefox'

- name: Run pytest
run: pytest -v --driver ${{ matrix.browser }} tests_notebooks
env:
Expand Down

0 comments on commit b6b1268

Please sign in to comment.