Commit e5ad426
authored
Fix ci-daily workflow failures on Mac OS X (#6532)
Install development version of cirq, but with stable dependencies.
Avoid using the pip-install `--pre` option because it installs
pre-release of every direct and transitive dependency.
Example failure: https://github.com/quantumlib/Cirq/actions/runs/8444592307/job/23130415923
Pass with this change: https://github.com/quantumlib/Cirq/actions/runs/8460206027/job/23179852811
Related to #63361 parent 46e4483 commit e5ad426
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments