Skip to content

Commit 22464a5

Browse files
mroeschkemeeseeksmachine
authored andcommitted
Backport PR pandas-dev#47015: CI: Ensure no-use-pep517 with no-build-isolation with new pip version
1 parent fce6e05 commit 22464a5

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)