Skip to content

Commit

Permalink
Actually fix Github CI for Python 3.5
Browse files Browse the repository at this point in the history
Previous commit didn't make it.

See actions/setup-python#866
  • Loading branch information
Delgan committed May 16, 2024
1 parent 981e38b commit f96d9c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
schedule:
- cron: 0 0 * * 0

# Temporary workaround for https://github.com/actions/setup-python/issues/866
env:
PIP_TRUSTED_HOST: pypi.python.org pypi.org files.pythonhosted.org

jobs:
tests:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
Expand All @@ -27,8 +31,6 @@ 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 f96d9c6

Please sign in to comment.