We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bad0d8 commit c4a1e44Copy full SHA for c4a1e44
1 file changed
.github/workflows/wheels.yml
@@ -50,8 +50,8 @@ jobs:
50
env:
51
CIBW_BUILD_VERBOSITY: 3
52
# This is very dubious... It *may* work because these are just cpp libraries that should not depend on the python version. Still, super-dubious.
53
- CIBW_TEST_REQUIRES: "gitpython"
54
- CIBW_TEST_COMMAND: "python {project}/tests/test_basic.py"
+ #CIBW_TEST_REQUIRES: "gitpython"
+ #CIBW_TEST_COMMAND: "python {project}/tests/test_basic.py"
55
CIBW_BUILD: "${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}"
56
CIBW_TEST_SKIP: "*-macosx_arm64"
57
CIBW_ENVIRONMENT: "MAX_JOBS=${{ matrix.os.runs-on == 'macos-latest' && 3 || 2 }}"
0 commit comments