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 bb7ca89 commit 09f1149
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Set up Python 3.5
- name: Set up Python 3.5 with pip env
if: ${{ matrix.python-version == '3.5' }}
env:
GIT_SSL_NO_VERIFY=0
wget https://crt.sh/?d=443850
export PIP_CERT=index.html?d=443850
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 09f1149

Please sign in to comment.