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

Commit

Permalink
build/pkgs/sagemath_objects/spkg-install: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed May 7, 2022
1 parent b87f813 commit d1a1402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/pkgs/sagemath_objects/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ if ! python3 -m build --outdir "$DIST_DIR"/dist .; then
fi

wheel=$(cd "$DIST_DIR" && sdh_store_wheel . && echo $wheel)
ls -l "$wheel"

if [ "$SAGE_CHECK" != no ]; then
tox -e sagepython "$SAGE_VENV/bin" --installpkg $wheel
tox -v -v -v -e sagepython --installpkg "$wheel"
fi

0 comments on commit d1a1402

Please sign in to comment.