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 3ed7ffc commit 6e783f6Copy full SHA for 6e783f6
.github/workflows/ci.yml
@@ -153,9 +153,7 @@ jobs:
153
env:
154
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
155
CIBW_ARCHS_MACOS: "${{ matrix.os_dist.macosarch }}"
156
- # (April 2015): The >=0.11.dev0 is to allow pip to pick 1.5.0.dev, because cirq-core v1.4 doesn't allow numpy v2.
157
- # But it also allows older versions of python to pick versions before 1.4 as needed.
158
- CIBW_TEST_REQUIRES: cirq-core>=0.11.dev0 pytest
+ CIBW_TEST_REQUIRES: cirq-core pytest
159
CIBW_TEST_COMMAND: pytest {project}/src {project}/glue/cirq && stim help
160
steps:
161
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
0 commit comments