Skip to content

Commit

Permalink
rm CIBW_TEST_COMMAND_LINUX
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion committed Dec 1, 2021
1 parent 18f384a commit 96f86eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
CIBW_BEFORE_BUILD: "pwd && ls"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
# due to package and module name conflict have to temporarily move it away to run tests
# TODO: this might be the culprit, /project/qsimcirq doesn't exist in second go-round
# CIBW_TEST_COMMAND_LINUX was overriding CIBW_TEST_COMMAND
# Still need to prevent GPU tests from trying to run?
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
CIBW_TEST_COMMAND_LINUX: "echo $PATH"
CIBW_TEST_COMMAND: "pytest {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 96f86eb

Please sign in to comment.