Skip to content

Commit

Permalink
Fix failure of Github CI for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed May 16, 2024
1 parent 7273a5e commit 981e38b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
include:
- os: ubuntu-20.04
python-version: '3.5'
# Temporary fix for https://github.com/actions/setup-python/issues/866
env: PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org"
- os: ubuntu-20.04
python-version: '3.6'
- os: windows-2022
Expand Down

0 comments on commit 981e38b

Please sign in to comment.