We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981e38b commit f96d9c6Copy full SHA for f96d9c6
.github/workflows/tests.yml
@@ -6,6 +6,10 @@ on:
6
schedule:
7
- cron: 0 0 * * 0
8
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
+
13
jobs:
14
tests:
15
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -27,8 +31,6 @@ jobs:
27
31
include:
28
32
- os: ubuntu-20.04
29
33
python-version: '3.5'
30
- # Temporary fix for https://github.com/actions/setup-python/issues/866
- env: PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org"
34
35
python-version: '3.6'
36
- os: windows-2022
0 commit comments