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 ca9e1e8 commit 078db5aCopy full SHA for 078db5a
.github/workflows/build-18.04.yml
@@ -25,6 +25,8 @@ jobs:
25
uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
+ env:
29
+ PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
.github/workflows/build-20.04.yml
0 commit comments