Skip to content

Commit

Permalink
fix PIP_TRUSTED_HOST again
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchen committed Jan 7, 2025
1 parent d0f6652 commit 412ff5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Upgrade pip (without SSL verification)
run: python -m pip install --upgrade pip --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host=files.pythonhosted.org
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox
Expand Down

0 comments on commit 412ff5c

Please sign in to comment.