Skip to content

Commit

Permalink
fall back to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Dec 21, 2022
1 parent da1593c commit cd39116
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
js:
name: JavaScript
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -48,8 +48,6 @@ jobs:
cache-dependency-path: |-
**/setup.cfg
**/requirements*.txt
- name: Install apt dependencies
run: sudo apt-get install -y firefox geckodriver
- name: Get browser version
run: firefox --version && geckodriver --version
- name: Install python dependencies
Expand Down

0 comments on commit cd39116

Please sign in to comment.