Skip to content

Commit 96f86eb

Browse files
rm CIBW_TEST_COMMAND_LINUX
1 parent 18f384a commit 96f86eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ jobs:
4545
CIBW_BEFORE_BUILD: "pwd && ls"
4646
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
4747
# 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?
4851
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
49-
CIBW_TEST_COMMAND_LINUX: "echo $PATH"
5052
CIBW_TEST_COMMAND: "pytest {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"
5153
steps:
5254
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)