We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237be65 commit 985289aCopy full SHA for 985289a
.github/workflows/tests.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: LizardByte/setup-python-action@master
20
with:
21
python-version: ${{ matrix.python-version }}
22
+ env:
23
+ PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip wheel
0 commit comments