Skip to content

Commit

Permalink
Explicit pass the Python path to pipx in CI step (#4792)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Jan 8, 2025
2 parents 4e82e8b + 059d5a6 commit 27475f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
working-directory: setuptools/tests/config
run: python -m downloads.preload setupcfg_examples.txt
- name: Adjust env vars
shell: bash
run: |
echo 'PIPX_DEFAULT_PYTHON=${{ steps.python-install.outputs.python-path }}' >> $GITHUB_ENV
- name: Pre-build distributions for test
shell: bash
run: |
Expand Down

0 comments on commit 27475f9

Please sign in to comment.