Skip to content

Commit ceae66c

Browse files
Disable tests - investigating Windows build issues
1 parent 95d6d83 commit ceae66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
CIBW_BUILD: ${{ matrix.python }}*64
7373
CIBW_TEST_EXTRAS: dev
74-
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }}
74+
# CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }}
7575
# Disable auditwheel as it isn't compatible with setuptools_dso approach
7676
# https://github.com/mdavidsaver/setuptools_dso/issues/17
7777
CIBW_REPAIR_WHEEL_COMMAND: ""

0 commit comments

Comments
 (0)