Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/sagelib/spkg-install: Remove --ignore-installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 11, 2021
1 parent 731ff53 commit 1cb260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export SAGE_SHARE=/doesnotexist
# export SAGE_DOC=/doesnotexist

if [ "$SAGE_EDITABLE" = yes ]; then
time python3 -m pip install --ignore-installed --verbose --no-deps --no-index --no-build-isolation --isolated --editable . || exit 1
time python3 -m pip install --verbose --no-deps --no-index --no-build-isolation --isolated --editable . || exit 1
else
time "$PYTHON" -u setup.py --no-user-cfg build install || exit 1
fi
Expand Down

0 comments on commit 1cb260a

Please sign in to comment.