Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 96bb5c9

Browse files
committed
Install poetry after python setup
1 parent d945ed8 commit 96bb5c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-toolkit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
ref: ${{ github.ref }}
29-
- name: Install poetry
30-
run: pip install poetry
3129
- name: Set up Python
3230
uses: actions/setup-python@v2
3331
with:
3432
python-version: 3.9.5
33+
- name: Install poetry
34+
run: pip install poetry
3535
- name: Metadata
3636
id: metadata
3737
run: echo "::set-output name=commit::$(git rev-parse HEAD)"

0 commit comments

Comments
 (0)