Skip to content

Commit

Permalink
change order of installation for tester
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmyhill committed May 25, 2024
1 parent 8901296 commit 764468b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ then
fi

$PYTHON --version
echo ""
echo "Dependency tree:"
$PYTHON -m pip install -q pipdeptree
$PYTHON -m pipdeptree -p burnman -d 1 2> /dev/null
echo ""

# Quietly install burnman in development mode
echo "Installing BurnMan in development mode ..."
$PYTHON -m pip install -q -e .
echo ""

echo "Dependency tree:"
$PYTHON -m pip install -q pipdeptree .
$PYTHON -m pipdeptree -p burnman -d 1 2> /dev/null
echo ""

# Quietly install optional modules after burnman
echo "Installing optional cvxpy, pycddlib, autograd and jupyter modules ..."
$PYTHON -m pip install -q cvxpy pycddlib autograd jupyter
Expand Down

0 comments on commit 764468b

Please sign in to comment.