Skip to content

Commit 36647c1

Browse files
committed
rm cdd standalone from tests if cdd exists
1 parent 1d9d6e3 commit 36647c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ $PYTHON -m pipdeptree -p burnman -d 1 2> /dev/null
2929
pycddlib_version=`pip freeze | grep "pycddlib=" | awk -F"==" '{print $2}'`
3030
if [ ! -z "${pycddlib_version}" ]
3131
then echo "└── pycddlib [optional, installed: ${pycddlib_version}]"
32+
$PYTHON -m pip uninstall -q -y pycddlib-standalone
3233
fi
3334
pycddlib_version=`pip freeze | grep "pycddlib-standalone=" | awk -F"==" '{print $2}'`
3435
if [ ! -z "${pycddlib_version}" ]

0 commit comments

Comments
 (0)