Skip to content

Commit

Permalink
attempt to fix wheel testing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode committed Jan 19, 2023
1 parent 624d0ec commit 56be003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
CIBW_ENVIRONMENT_PASS_LINUX: RUNNER_OS
CIBW_BEFORE_ALL_MACOS: "brew install gfortran && brew unlink gfortran && brew link gfortran"
CIBW_TEST_COMMAND: "cd {project}/examples; make clean; make test"
CIBW_TEST_COMMAND_MACOS: "cd {project}/examples; make clean; make test"
CIBW_TEST_COMMAND_LINUX: "cd {project}/examples; make clean; make test"
CIBW_TEST_COMMAND_WINDOWS: "cd {project}\examples; make clean; make test"

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 56be003

Please sign in to comment.