Skip to content

Commit 402ef12

Browse files
authored
Update _integration_test.yml
1 parent fc786a3 commit 402ef12

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/_integration_test.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ jobs:
3636
uses: "./.github/actions/poetry_setup"
3737
with:
3838
python-version: ${{ matrix.python-version }}
39-
poetry-version: ${{ env.POETRY_VERSION }}
40-
working-directory: ${{ inputs.working-directory }}
41-
cache-key: core
42-
39+
# poetry-version: ${{ env.POETRY_VERSION }}
40+
# working-directory: ${{ inputs.working-directory }}
41+
# cache-key: core
42+
43+
- name: Install Poetry
44+
uses: snok/install-poetry@v1
45+
with:
46+
version: ${{ env.POETRY_VERSION }}
4347

4448
- name: Import test dependencies
4549
run: poetry install --with test

0 commit comments

Comments
 (0)