8000
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 f27f2b7 commit 97bbee5Copy full SHA for 97bbee5
.github/workflows/pythonpackage.yml
@@ -44,10 +44,13 @@ jobs:
44
# - 2.11.4
45
# - 2.12
46
- latest
47
+ # The empty env for all python but 3.5
48
+ pip-trusted-host: [""]
49
include:
50
- os: ubuntu-20.04
51
python-version: 3.5
52
pandoc-version: latest
53
+ pip-trusted-host: "pypi.python.org pypi.org files.pythonhosted.org"
54
55
python-version: 3.6
56
@@ -59,6 +62,8 @@ jobs:
59
62
uses: actions/setup-python@v4
60
63
with:
61
64
python-version: ${{ matrix.python-version }}
65
+ env:
66
+ PIP_TRUSTED_HOST: ${{ matrix.pip-trusted-host }}
67
- name: Install examples' dependencies
68
run: sudo apt update && sudo apt install abcm2ps graphviz graphviz-dev texlive-full
69
- name: Install dependencies—pip
0 commit comments