Skip to content

Commit

Permalink
chore(github-actions): ensure firefox is installed on ubuntu
Browse files Browse the repository at this point in the history
The new Ubuntu 22.04 runner does not include Firefox.
  • Loading branch information
jbms committed Nov 23, 2022
1 parent f53a30c commit 944689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- run: npm run build-python -- --no-typecheck
- name: Install Python packaging/test tools
run: python -m pip install --upgrade pip tox wheel numpy pytest
- run: sudo apt-get install xvfb
- run: sudo apt-get install -y firefox xvfb
if: ${{ startsWith(runner.os, 'Linux') }}
- name: Test with tox
run: tox -e ${{ fromJSON('["skip-browser-tests","firefox-xvfb"]')[runner.os == 'Linux'] }}
Expand Down

0 comments on commit 944689a

Please sign in to comment.