Skip to content

Commit

Permalink
Install poetry then cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismiller committed Oct 30, 2024
1 parent 82603e7 commit 16b8e4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'

- name: Upgrade pip
run: |
pip install pip
Expand All @@ -29,6 +23,12 @@ jobs:
pip install poetry
poetry --version
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'

- name: Install dependencies
run: poetry install --no-interaction

Expand Down

0 comments on commit 16b8e4e

Please sign in to comment.