Skip to content

Commit

Permalink
Added extra step for Python 3.5 build due to certificate errors for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Jul 30, 2024
1 parent 35484ed commit c754bb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ jobs:
python-version: ${{ matrix.python || '3.7' }}
#architecture: x64

# TLS 1.0 and 1.1 support was removed from pypi so the cached pip won't work
- name: Python 3.5 Fix
if: ${{ matrix.python == '3.5' }}
run: |
curl https://bootstrap.pypa.io/pip/3.5/get-pip.py | python
- name: Native Prep/Info
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c754bb5

Please sign in to comment.