Skip to content

Commit 09c397e

Browse files
committed
CI: Do not run Linux tests in globally installed Python after building wheels in Docker images. Linux tests are already run in separate jobs.
1 parent 8c6e42a commit 09c397e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ jobs:
127127
run: |
128128
make PYTHON_WHEEL_BUILD_VERSION="${{ matrix.pyversion }}" sdist wheel_${{ matrix.image }}
129129
130-
- name: Run slow tests
131-
run: make testslow
132-
133130
- name: Copy wheels in dist
134131
run: cp -v wheelhouse*/*-m*linux*.whl dist/ # manylinux / musllinux
135132

0 commit comments

Comments
 (0)