We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9d6e3 commit 36647c1Copy full SHA for 36647c1
test.sh
@@ -29,6 +29,7 @@ $PYTHON -m pipdeptree -p burnman -d 1 2> /dev/null
29
pycddlib_version=`pip freeze | grep "pycddlib=" | awk -F"==" '{print $2}'`
30
if [ ! -z "${pycddlib_version}" ]
31
then echo "└── pycddlib [optional, installed: ${pycddlib_version}]"
32
+$PYTHON -m pip uninstall -q -y pycddlib-standalone
33
fi
34
pycddlib_version=`pip freeze | grep "pycddlib-standalone=" | awk -F"==" '{print $2}'`
35
0 commit comments