Skip to content

Commit b91a5c5

Browse files
authored
Fix Python 3.5 run
1 parent 202e780 commit b91a5c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.python-version }}
41+
env:
42+
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
4143
- name: Install Pytest
4244
run: |
4345
pip install --upgrade pip

0 commit comments

Comments
 (0)