Skip to content

Commit

Permalink
Split tests by OS
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Nov 8, 2023
1 parent e8c17e4 commit 89e5c0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89e5c0c

Please sign in to comment.