Skip to content

Commit 6e783f6

Browse files
authored
Adjust version of cirq used by CI (#980)
1 parent 3ed7ffc commit 6e783f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ jobs:
153153
env:
154154
CIBW_BUILD: "${{ matrix.os_dist.dist }}"
155155
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
156+
CIBW_TEST_REQUIRES: cirq-core pytest
159157
CIBW_TEST_COMMAND: pytest {project}/src {project}/glue/cirq && stim help
160158
steps:
161159
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

0 commit comments

Comments
 (0)