Merge branch 'master' of github.com:Crocmagnon/charasheet

This commit is contained in:
Gabriel Augendre 2022-11-28 14:26:03 +01:00
commit 5097b83b72
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