From d1a1402768b8f883a05a38ff676c93498503e403 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 7 May 2022 16:19:14 -0700 Subject: [PATCH] build/pkgs/sagemath_objects/spkg-install: Fixup --- build/pkgs/sagemath_objects/spkg-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/pkgs/sagemath_objects/spkg-install b/build/pkgs/sagemath_objects/spkg-install index b9f846b44e9..1833cca16fa 100755 --- a/build/pkgs/sagemath_objects/spkg-install +++ b/build/pkgs/sagemath_objects/spkg-install @@ -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