Skip to content

Commit 0e9a110

Browse files
CI: Ensure no-use-pep517 with no-build-isolation with new pip (#47015)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 5b55745 commit 0e9a110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ echo "Build extensions"
104104
python setup.py build_ext -q -j3
105105

106106
echo "Install pandas"
107-
python -m pip install --no-build-isolation -e .
107+
python -m pip install --no-build-isolation --no-use-pep517 -e .
108108

109109
echo "done"

0 commit comments

Comments
 (0)