Skip to content

Commit 6f0c0d0

Browse files
committed
Temporarily disable pytest
1 parent 65bac29 commit 6f0c0d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
env:
8686
CIBW_ARCHS_MACOS: "x86_64 arm64"
8787
CIBW_ARCHS_LINUX: ${{ fromJson(needs.generate_matrix.outputs.CIBW_ARCHS_LINUX) }}
88-
CIBW_TEST_REQUIRES: pytest
89-
CIBW_TEST_EXTRAS: "test36"
90-
CIBW_TEST_COMMAND: "pytest {package}/test"
88+
# CIBW_TEST_REQUIRES: pytest
89+
# CIBW_TEST_EXTRAS: "test36"
90+
# CIBW_TEST_COMMAND: "pytest {package}/test"
9191

9292
- uses: actions/upload-artifact@v3
9393
with:

0 commit comments

Comments
 (0)