Skip to content

Commit

Permalink
ci: do not install chromium/chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Aug 29, 2023
1 parent 937cf72 commit a1e1e14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
- name: Install Dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
sudo apt update
sudo apt install chromium-browser chromium-chromedriver
poetry install --with pyodide
- name: Run Testsuite
uses: nick-fields/retry@v2
Expand Down

0 comments on commit a1e1e14

Please sign in to comment.