Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information