Skip to content

Commit 5d041c3

Browse files
committed
Swap poetry before python again
1 parent 984be92 commit 5d041c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-integration-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
- name: Checkout project
1414
uses: actions/checkout@v4
1515

16+
- name: Install poetry
17+
run: pipx install poetry
18+
1619
- name: Set up Python
1720
uses: actions/setup-python@v5
1821
with:
1922
python-version: '3.13'
2023
cache: poetry
2124

22-
- name: Install poetry
23-
run: pipx install poetry
24-
2525
- name: Create models directory
2626
run: mkdir -p $AUDIO_SEPARATOR_MODEL_DIR
2727

0 commit comments

Comments
 (0)