Skip to content

Commit

Permalink
Moved env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando79513 committed May 22, 2024
1 parent 3e34fc4 commit f87e00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-checkbox-support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
curl --fail --silent --show-error https://pypi.python.org
curl --fail --silent --show-error https://pypi.org
curl --fail --silent --show-error https://files.pythonhosted.org
env:
PIP_TRUSTED_HOST: pypi.python.org pypi.org files.pythonhosted.org
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
env:
PIP_TRUSTED_HOST: pypi.python.org pypi.org files.pythonhosted.org
- name: Install tox
run: pip install tox
- name: Run tox
Expand Down

0 comments on commit f87e00e

Please sign in to comment.