We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54891bd commit 6046252Copy full SHA for 6046252
1 file changed
.github/workflows/_integration_tests.yml
@@ -16,7 +16,7 @@ concurrency:
16
cancel-in-progress: true
17
18
env:
19
- POETRY_VERSION: "1.7.1"
+ POETRY_VERSION: "2.1.1"
20
21
jobs:
22
build:
@@ -38,15 +38,10 @@ jobs:
38
poetry-version: ${{ env.POETRY_VERSION }}
39
cache-key: core
40
41
- - name: Install dependencies
+ - name: Install together with dependencies
42
shell: bash
43
run: poetry install --with quality,tests
44
45
- - name: Install together
46
- run: |
47
- poetry config virtualenvs.in-project true
48
- poetry install
49
-
50
- name: Run integration tests
51
52
0 commit comments