Skip to content

Commit 1089abe

Browse files
mroeschkesimonjayhawkins
authored andcommitted
CI: Ensure no-use-pep517 with no-build-isolation with new pip (pandas-dev#47015)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent 9a704fd commit 1089abe

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)