Skip to content

Commit

Permalink
ci: actually install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Oct 26, 2023
1 parent e7fc241 commit 39b26b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
with:
name: output
path: output/
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- run: poetry install
- name: Link chromedriver and geckodriver
# Use installed chromedriver https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md
run: |
Expand Down

0 comments on commit 39b26b0

Please sign in to comment.