Skip to content

Commit 27475f9

Browse files
authored
Explicit pass the Python path to pipx in CI step (#4792)
2 parents 4e82e8b + 059d5a6 commit 27475f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
if: steps.cache.outputs.cache-hit != 'true'
9191
working-directory: setuptools/tests/config
9292
run: python -m downloads.preload setupcfg_examples.txt
93+
- name: Adjust env vars
94+
shell: bash
95+
run: |
96+
echo 'PIPX_DEFAULT_PYTHON=${{ steps.python-install.outputs.python-path }}' >> $GITHUB_ENV
9397
- name: Pre-build distributions for test
9498
shell: bash
9599
run: |

0 commit comments

Comments
 (0)