Skip to content

Commit

Permalink
yaml fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
95-martin-orion committed Nov 19, 2021
1 parent 909ac68 commit 0b6c851
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
# due to package and module name conflict have to temporarily move it away to run tests
CIBW_BEFORE_TEST: "mv {package}/qsimcirq /tmp"
CIBW_TEST_COMMAND_LINUX: "echo $PATH"
CIBW_TEST_COMMAND_LINUX: "which nvcc"
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 0b6c851

Please sign in to comment.