Skip to content

Commit 5ba6a6f

Browse files
committed
Remove global poetry export addition
1 parent d5d29c1 commit 5ba6a6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/slow-checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
python-version: ${{ matrix.python-version }}
3838

3939
- name: Run Tests and Collect Coverage
40-
run: |
41-
poetry self add poetry-plugin-export
42-
poetry run -- nox -s test:integration -- --coverage --db-version ${{ matrix.exasol-version }}
40+
run: poetry run -- nox -s test:integration -- --coverage --db-version ${{ matrix.exasol-version }}
4341

4442
- name: Upload Artifacts
4543
uses: actions/[email protected]

0 commit comments

Comments
 (0)