File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,16 @@ jobs:
90
90
if : steps.cache.outputs.cache-hit != 'true'
91
91
working-directory : setuptools/tests/config
92
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
93
97
- name : Pre-build distributions for test
94
98
shell : bash
95
99
run : |
96
100
rm -rf dist
97
101
# workaround for pypa/setuptools#4333
98
- pipx run \
99
- --python ${{ steps.python-install.outputs.python-path }} \
100
- --pip-args 'pyproject-hooks!=1.1' \
101
- build
102
+ pipx run --pip-args 'pyproject-hooks!=1.1' build
102
103
echo "PRE_BUILT_SETUPTOOLS_SDIST=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
103
104
echo "PRE_BUILT_SETUPTOOLS_WHEEL=$(ls dist/*.whl)" >> $GITHUB_ENV
104
105
rm -rf setuptools.egg-info # Avoid interfering with the other tests
You can’t perform that action at this time.
0 commit comments