File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ if [ -n "$PYGELF" ]; then
116116 sed -e ' s/^#+pygelf%//g' requirements.txt > $tmp_requirements
117117 CMD_M +pygelf $python -m pip install --no-cache-dir -q -r $tmp_requirements --target=$py_pkg_prefix / --upgrade $PIPOPTS && rm $tmp_requirements
118118else
119- CMD $python -m pip install --no-cache-dir -q -r requirements.txt --target=$py_pkg_prefix / --upgrade $PIPOPTS
119+ CMD $python -m pip install --use-pep517 -- no-cache-dir -q -r requirements.txt --target=$py_pkg_prefix / --upgrade $PIPOPTS
120120fi
121121
122122if [ -n " $MAKEDOCS " ]; then
123- CMD_M +docs $python -m pip install --no-cache-dir -q -r docs/requirements.txt --target=$py_pkg_prefix / --upgrade $PIPOPTS
123+ CMD_M +docs $python -m pip install --use-pep517 -- no-cache-dir -q -r docs/requirements.txt --target=$py_pkg_prefix / --upgrade $PIPOPTS
124124 make -C docs PYTHON=$python
125125fi
You can’t perform that action at this time.
0 commit comments