mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Merge branch 'master' of github.com:Crocmagnon/charasheet
This commit is contained in:
commit
5097b83b72
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue