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 909ac68 commit 0b6c851Copy full SHA for 0b6c851
.github/workflows/testing_wheels.yml
@@ -46,7 +46,6 @@ jobs:
46
# due to package and module name conflict have to temporarily move it away to run tests
47
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
48
CIBW_TEST_COMMAND_LINUX: "echo $PATH"
49
- CIBW_TEST_COMMAND_LINUX: "which nvcc"
50
CIBW_TEST_COMMAND: "pytest {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"
51
steps:
52
- uses: actions/checkout@v2
0 commit comments