From 3ccaa4c53ade77695254b173d0b930df9e2bf302 Mon Sep 17 00:00:00 2001 From: dalthviz Date: Fri, 11 Aug 2023 13:34:50 -0500 Subject: [PATCH] CI: Testing --- .github/workflows/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.sh b/.github/workflows/test.sh index ed2181e4..2d0a8acf 100755 --- a/.github/workflows/test.sh +++ b/.github/workflows/test.sh @@ -53,11 +53,12 @@ fi # Build wheel of package git clean -xdf -e *.coverage +python -m pip install --upgrade pip python -m pip install --upgrade build python -bb -X dev -W error -m build # Install package from built wheel -echo dist/*.whl | xargs -I % python -bb -X dev -W error -W "ignore::DeprecationWarning:pip._internal.locations._distutils" -W "ignore::DeprecationWarning:distutils.command.install" -W "ignore::DeprecationWarning:pip._vendor.pkg_resources" -m pip install --upgrade % +echo dist/*.whl | xargs -I % python -bb -X dev -W error -W "ignore::DeprecationWarning:pip._internal.locations._distutils" -W "ignore::DeprecationWarning:distutils.command.install" -m pip install --upgrade % # Print environment information mamba list