Skip to content

Commit

Permalink
Fix setup-python installation error with 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed May 20, 2024
1 parent c0efcc0 commit 5e32bbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
include:
- python-version: '3.5'
os: 'ubuntu-20.04'
pip-trusted-host: 'pypi.python.org pypi.org files.pythonhosted.org'
- python-version: '3.6'
os: 'ubuntu-20.04'

Expand All @@ -24,6 +25,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: ${{ matrix.pip-trusted-host }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5e32bbf

Please sign in to comment.