Skip to content

Commit f96d9c6

Browse files
committed
Actually fix Github CI for Python 3.5
Previous commit didn't make it. See actions/setup-python#866
1 parent 981e38b commit f96d9c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
schedule:
77
- cron: 0 0 * * 0
88

9+
# Temporary workaround for https://github.com/actions/setup-python/issues/866
10+
env:
11+
PIP_TRUSTED_HOST: pypi.python.org pypi.org files.pythonhosted.org
12+
913
jobs:
1014
tests:
1115
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -27,8 +31,6 @@ jobs:
2731
include:
2832
- os: ubuntu-20.04
2933
python-version: '3.5'
30-
# Temporary fix for https://github.com/actions/setup-python/issues/866
31-
env: PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org"
3234
- os: ubuntu-20.04
3335
python-version: '3.6'
3436
- os: windows-2022

0 commit comments

Comments
 (0)