Add geckodriver to github actions

This commit is contained in:
Gabriel Augendre 2022-11-10 19:28:28 +01:00
parent abf2aeb459
commit 2ae48dadbd

View file

@ -12,6 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: browser-actions/setup-geckodriver@latest
- name: Install poetry
run: pipx install poetry==1.1.15
- name: Set up Python