We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f384a commit 96f86ebCopy full SHA for 96f86eb
.github/workflows/testing_wheels.yml
@@ -45,8 +45,10 @@ jobs:
45
CIBW_BEFORE_BUILD: "pwd && ls"
46
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
47
# due to package and module name conflict have to temporarily move it away to run tests
48
+ # TODO: this might be the culprit, /project/qsimcirq doesn't exist in second go-round
49
+ # CIBW_TEST_COMMAND_LINUX was overriding CIBW_TEST_COMMAND
50
+ # Still need to prevent GPU tests from trying to run?
51
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
- CIBW_TEST_COMMAND_LINUX: "echo $PATH"
52
CIBW_TEST_COMMAND: "pytest {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"
53
steps:
54
- uses: actions/checkout@v2
0 commit comments