Skip to content

Commit

Permalink
chore: scoped down env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 14, 2024
1 parent ba48403 commit 75165b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
"3.12"
]
runs-on: macos-13
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- run: python --version
- run: pip install setuptools
- run: python setup.py build
Expand Down

0 comments on commit 75165b7

Please sign in to comment.