Skip to content

Commit

Permalink
python3.5 set env downloaded cert
Browse files Browse the repository at this point in the history
  • Loading branch information
gstarovo committed May 29, 2024
1 parent cb55f74 commit a4f0f4a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Set up Python 3.5 with pip env
if: ${{ matrix.python-version == '3.5' }}
env:
# wget -O cert.crt https://crt.sh/?d=443850
# PIP_CERT: ${{ cert.crt }}
pip install certifi
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
env:
wget -O cert.crt https://crt.sh/?d=443850
PIP_CERT: ${{ cert.crt }}
- name: Ensure python 2.7
if: matrix.python-version == '2.7'
run: |
Expand Down

0 comments on commit a4f0f4a

Please sign in to comment.