Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Nov 20, 2021
2 parents 531063a + 2cc0497 commit b1b5a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions build/pkgs/sage_conf/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ if [ $? -ne 0 ]; then
exit 1
fi
cd src
if [ "$SAGE_EDITABLE" = yes ]; then
sdh_pip_editable_install .
else
sdh_pip_install .
fi
sdh_pip_install .
6 changes: 1 addition & 5 deletions build/pkgs/sage_setup/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ if [ $? -ne 0 ]; then
exit 1
fi
cd src
if [ "$SAGE_EDITABLE" = yes ]; then
sdh_pip_editable_install .
else
sdh_pip_install .
fi
sdh_pip_install .

0 comments on commit b1b5a09

Please sign in to comment.