Skip to content

Commit 65a6fac

Browse files
authored
Constrain numpy version to be less than 2.x (#878)
1 parent 4ae3c49 commit 65a6fac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
9393
- name: Install the nightly build version of Cirq
9494
run: |
95+
echo 'numpy<2.0.0' > constraint.txt
96+
export PIP_CONSTRAINT=constraint.txt
9597
pip install -U cirq --pre
9698
9799
- name: Configure Bazel options

0 commit comments

Comments
 (0)