Skip to content

Commit

Permalink
Add trusted host workaround for tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Tymofeiev committed Jul 16, 2024
1 parent 96c39fa commit da69fb9
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 @@ -34,6 +34,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install dependencies
# TODO: Remove tox-pip-version once we upgrade to Koa+, or whenever we have addressed pip 20.3 strict issues.
run: |
Expand Down

0 comments on commit da69fb9

Please sign in to comment.