We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc786a3 commit 402ef12Copy full SHA for 402ef12
.github/workflows/_integration_test.yml
@@ -36,10 +36,14 @@ jobs:
36
uses: "./.github/actions/poetry_setup"
37
with:
38
python-version: ${{ matrix.python-version }}
39
- poetry-version: ${{ env.POETRY_VERSION }}
40
- working-directory: ${{ inputs.working-directory }}
41
- cache-key: core
42
-
+# poetry-version: ${{ env.POETRY_VERSION }}
+# working-directory: ${{ inputs.working-directory }}
+# cache-key: core
+
43
+ - name: Install Poetry
44
+ uses: snok/install-poetry@v1
45
+ with:
46
+ version: ${{ env.POETRY_VERSION }}
47
48
- name: Import test dependencies
49
run: poetry install --with test
0 commit comments