Skip to content

Commit 86f2104

Browse files
committed
fix
1 parent 1d6ca35 commit 86f2104

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,6 @@ jobs:
118118
path: coverage-data-tasks-${{ matrix.python-version }}*
119119

120120

121-
- name: Test core library with pytest
122-
env:
123-
COVERAGE_FILE: coverage-data-core-${{ matrix.python-version }}
124-
run: poetry run coverage run -m pytest tests --ignore tests/tasks --ignore tests/dev
125-
126-
- name: Upload coverage data
127-
uses: actions/upload-artifact@v4
128-
with:
129-
name: coverage-data-core-${{ matrix.python-version }}
130-
path: coverage-data-core-${{ matrix.python-version }}*
131-
132-
133121
coverage:
134122
name: Coverage
135123
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)