Commit 12f8626
committed
ci: Install pytz for Pandas nightly wheel
At some point, one of our dependencies must have required `pytz`, but
then recently dropped it. Pandas also requires it, but because we
install the nightly wheels using `--index-url`, `pip` can only install
files from that index, which does not contain `pytz`. And we want to use
that index exclusively because we only want the nightly wheels, and
nothing else.
Also, make `-i` into the more explicit `--index-url`, and word-wrap that
step.
Fixes matplotlib#254311 parent 7eafdd8 commit 12f8626
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
240 | 242 | | |
241 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
242 | 247 | | |
243 | 248 | | |
244 | 249 | | |
| |||
0 commit comments