We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4826525 commit dbec2b0Copy full SHA for dbec2b0
1 file changed
pyproject.toml
@@ -14,7 +14,7 @@
14
15
[tool.cibuildwheel]
16
test-extras = "dev"
17
-dependency-versions = "latest"
+dependency-versions = "pinned"
18
# Due to package & module name conflict, temporarily move it away to run tests:
19
before-test = "mv {package}/qsimcirq /tmp"
20
test-command = "pytest -s -v {package}/qsimcirq_tests/qsimcirq_test.py && mv /tmp/qsimcirq {package}"
0 commit comments