From 33f5c567b43e86e03485138597b009b991fa88ae Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Thu, 27 Jul 2023 12:33:21 -0500 Subject: [PATCH] debug install.sh --- .ci-support/install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.ci-support/install.sh b/.ci-support/install.sh index 54e3c0073..5adf8d0d8 100644 --- a/.ci-support/install.sh +++ b/.ci-support/install.sh @@ -2,6 +2,10 @@ set -ex +pwd + +git describe --long --all + if [[ "$(uname)" = "Darwin" ]]; then PLATFORM=MacOSX brew update @@ -38,5 +42,8 @@ rm -rf $MINIFORGE_INSTALL_DIR/envs/testing/x86_64-conda-linux-gnu/sysroot MINIFORGE_INSTALL_DIR=.miniforge3 . "$MINIFORGE_INSTALL_DIR/bin/activate" testing +git describe --long --all pip install -r requirements.txt +git describe --long --all python setup.py install +git describe --long --all