Skip to content

Commit

Permalink
Fix Python 3.5 run
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Dec 2, 2024
1 parent 202e780 commit b91a5c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install Pytest
run: |
pip install --upgrade pip
Expand Down

0 comments on commit b91a5c5

Please sign in to comment.