mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
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
|
- uses: browser-actions/setup-geckodriver@latest
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
run: pipx install poetry==1.1.15
|
run: pipx install poetry==1.1.15
|
||||||
|
|
Loading…
Reference in a new issue