Skip to content

Commit 078db5a

Browse files
committed
Trust pypi SSL certificates for older Python versions
1 parent ca9e1e8 commit 078db5a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-18.04.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
env:
29+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2830
- name: Install dependencies
2931
run: |
3032
python -m pip install --upgrade pip

.github/workflows/build-20.04.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
env:
29+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2830
- name: Install dependencies
2931
run: |
3032
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)