10000 Fix python3.5 test failure with workaround for actions/setup-python/i… · odony/python-stdnum@2fdbb7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fdbb7c

Browse files
committed
Fix python3.5 test failure with workaround for actions/setup-python/issues/868
1 parent 855fa75 commit 2fdbb7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
uses: actions/setup-python@v4
3636
with:
3737
python-version: ${{ matrix.python-version }}
38+
env:
39+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
3840
- name: Install dependencies
3941
run: python -m pip install --upgrade pip tox
4042
- name: Run tox

0 commit comments

Comments
 (0)
0