Skip to content

Commit 4c5160b

Browse files
committed
Attempt n
1 parent 5d041c3 commit 4c5160b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

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

16-
- name: Install poetry
17-
run: pipx install poetry
18-
1916
- name: Set up Python
2017
uses: actions/setup-python@v5
2118
with:
2219
python-version: '3.13'
2320
cache: poetry
2421

22+
- name: Install pipx
23+
run: python -m pip install --user pipx && python -m pipx ensurepath
24+
25+
- name: Install poetry
26+
run: pipx install poetry
27+
2528
- name: Create models directory
2629
run: mkdir -p $AUDIO_SEPARATOR_MODEL_DIR
2730

0 commit comments

Comments
 (0)