diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b19fe1e..7a76e02 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -33,7 +33,7 @@ jobs: env: # This is very dubious... It *may* work because these are just cpp libraries that should not depend on the python version. Still, super-dubious. CIBW_TEST_REQUIRES: "gitpython" - CIBW_TEST_COMMAND: "python {project}/tests/test_basic.py" + CIBW_TEST_COMMAND: "python {project}/tests/test.py" CIBW_BUILD: "${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}" CIBW_TEST_SKIP: "*-macosx_arm64" CIBW_ENVIRONMENT: "MAX_JOBS=${{ matrix.os.runs-on == 'macos-latest' && 3 || 2 }}"