Commit 6da1333
committed
Devops: Fix the
A few fixes were needed:
* Increase timeout for `install-with-pip` and `install-with-conda` jobs
These were taking a longer time. The problem for conda on Python 3.8
is a known problem
* Switch to mamba: The build using conda was failing because it was
running out of memory. Mamba should be faster and use less memory.
* The switch to mamba required a workaround to delete any existing JSON
files in `/usr/share/miniconda/pkgs/cache`. This seems a known problem:
mamba-org/mamba#488test-install.yml workflow1 parent 1fc03bc commit 6da1333
1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
163 | 171 | | |
164 | 172 | | |
165 | 173 | | |
166 | 174 | | |
167 | | - | |
| 175 | + | |
168 | 176 | | |
169 | 177 | | |
170 | 178 | | |
| |||
0 commit comments