Skip to content

Commit 0b6c851

Browse files
yaml fixup
1 parent 909ac68 commit 0b6c851

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/testing_wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
# due to package and module name conflict have to temporarily move it away to run tests
4747
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
4848
CIBW_TEST_COMMAND_LINUX: "echo $PATH"
49-
CIBW_TEST_COMMAND_LINUX: "which nvcc"
5049
CIBW_TEST_COMMAND: "pytest {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"
5150
steps:
5251
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)