Skip to content

Commit

Permalink
install poetry before python in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
heswithme committed Sep 17, 2024
1 parent 73e4b9e commit 6e1ba4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ jobs:
steps:
- uses: actions/checkout@v3

# install poetry to allow cacheing
- name: Install poetry
run: pipx install poetry

- name: Setup Python 3.12.4
uses: actions/setup-python@v5
with:
python-version: 3.12.4
cache: 'poetry'

- name: Install Requirements
run: |
Expand Down

0 comments on commit 6e1ba4d

Please sign in to comment.