Install Firefox manually in test setup steps

Firefox isn't installed in ubuntu-latest anymore.
This commit is contained in:
Gabriel Augendre 2022-11-25 17:46:50 +01:00 committed by GitHub
parent f3e54e5955
commit a89af12877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Firefox
run: sudo snap remove firefox && sudo add-apt-repository ppa:mozillateam/ppa && sudo apt install --target-release 'o=LP-PPA-mozillateam' firefox
- uses: browser-actions/setup-geckodriver@latest
- name: Install poetry
run: pipx install poetry==1.1.15