We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e82e8b + 059d5a6 commit 27475f9Copy full SHA for 27475f9
.github/workflows/main.yml
@@ -90,6 +90,10 @@ jobs:
90
if: steps.cache.outputs.cache-hit != 'true'
91
working-directory: setuptools/tests/config
92
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
97
- name: Pre-build distributions for test
98
shell: bash
99
run: |
0 commit comments