Commit 7e0a37a
committed
ci(setup-python): fix old pip self upgrade
The certs at disposal of the baseline pip that gets upgrade do not have
a chain to trust the current pypi.org cert on e.g. Python 3.5, yielding:
```
Could not fetch URL https://pypi.python.org/simple/pip/: There was a
problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:728) - skipping
```
Point to the system CA cert bundle to fix.1 parent 39bd41c commit 7e0a37a
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
| |||
0 commit comments