Skip to content

Commit ed2915d

Browse files
authored
Fix #884 by avoiding using --pre with pip install in nightly Cirq compatibility checks (#897)
1 parent f14bfbc commit ed2915d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-nightly-cirq-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: |
9696
echo 'numpy<2.0.0' > constraint.txt
9797
export PIP_CONSTRAINT=constraint.txt
98-
pip install -U cirq --pre
98+
pip install --upgrade cirq~=1.0.dev
9999
100100
- name: Configure Bazel options
101101
run: |

0 commit comments

Comments
 (0)