Skip to content

Commit 985289a

Browse files
authored
Workaround for actions/setup-python#866
1 parent 237be65 commit 985289a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: LizardByte/setup-python-action@master
2020
with:
2121
python-version: ${{ matrix.python-version }}
22+
env:
23+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
2224
- name: Install dependencies
2325
run: |
2426
python -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)