Skip to content

Commit 6046252

Browse files
committed
another change
1 parent 54891bd commit 6046252

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/_integration_tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
env:
19-
POETRY_VERSION: "1.7.1"
19+
POETRY_VERSION: "2.1.1"
2020

2121
jobs:
2222
build:
@@ -38,15 +38,10 @@ jobs:
3838
poetry-version: ${{ env.POETRY_VERSION }}
3939
cache-key: core
4040

41-
- name: Install dependencies
41+
- name: Install together with dependencies
4242
shell: bash
4343
run: poetry install --with quality,tests
4444

45-
- name: Install together
46-
run: |
47-
poetry config virtualenvs.in-project true
48-
poetry install
49-
5045
- name: Run integration tests
5146
shell: bash
5247
env:

0 commit comments

Comments
 (0)