Commit 36e91b0
authored
Fix ci-daily notebook failures on Mac OS X (#6444)
Use common version specification for quimb and numba as defined in
contrib/requirements.txt. And install notebook dependencies for all CI platforms.
Avoid incompatible versions of quimb and numba in notebook environments.
Example failure: https://github.com/quantumlib/Cirq/actions/runs/7792626671/job/21250976788#step:6:580
Fix verified at https://github.com/quantumlib/Cirq/actions/runs/7805446772
Related to #63361 parent 57c52fe commit 36e91b0
File tree
2 files changed
+7
-3
lines changed- .github/workflows
- dev_tools/requirements/deps
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
0 commit comments