Skip to content

Commit 16b8e4e

Browse files
committed
Install poetry then cache
1 parent 82603e7 commit 16b8e4e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v3
1515

16-
- name: Set up Python
17-
uses: actions/setup-python@v4
18-
with:
19-
python-version: '3.12'
20-
cache: 'poetry'
21-
2216
- name: Upgrade pip
2317
run: |
2418
pip install pip
@@ -29,6 +23,12 @@ jobs:
2923
pip install poetry
3024
poetry --version
3125
26+
- name: Set up Python
27+
uses: actions/setup-python@v4
28+
with:
29+
python-version: '3.12'
30+
cache: 'poetry'
31+
3232
- name: Install dependencies
3333
run: poetry install --no-interaction
3434

0 commit comments

Comments
 (0)