Skip to content

Commit

Permalink
debug install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Jul 27, 2023
1 parent 6faceb7 commit 33f5c56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ci-support/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -ex

pwd

git describe --long --all

if [[ "$(uname)" = "Darwin" ]]; then
PLATFORM=MacOSX
brew update
Expand Down Expand Up @@ -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

0 comments on commit 33f5c56

Please sign in to comment.