diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 17728228..6f64e2e8 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -62,8 +62,9 @@ jobs: CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}" CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_TEST_REQUIRES: numpy pandas pytest requests - CIBW_TEST_SKIP: "*-win*" - CIBW_TEST_COMMAND: pytest {project}/tests/python + CIBW_TEST_COMMAND_MACOS: pytest {project}/tests/python + CIBW_TEST_COMMAND_LINUX: pytest {project}/tests/python + CIBW_TEST_COMMAND_WINDOW: pytest {project}/tests/python -m "not arrow" - name: Upload Artifact uses: actions/upload-artifact@v3