We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae3c49 commit 65a6facCopy full SHA for 65a6fac
.github/workflows/ci-nightly-cirq-test.yaml
@@ -92,6 +92,8 @@ jobs:
92
93
- name: Install the nightly build version of Cirq
94
run: |
95
+ echo 'numpy<2.0.0' > constraint.txt
96
+ export PIP_CONSTRAINT=constraint.txt
97
pip install -U cirq --pre
98
99
- name: Configure Bazel options
0 commit comments