Test using isce2 application path

LT1AB
Ryan Burns 2020-05-02 14:08:01 -07:00
parent 4b2e6bf9c3
commit f20015e720
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ jobs:
cd /root/project/src/build
. /opt/conda/bin/activate root
ctest
ISCE2DIR=$(python3 -c "import os, isce2; print(os.path.dirname(isce2.__file__))" | tail -n 1)
export PATH=$ISCE2DIR/applications:$PATH
topsApp.py --help --steps
stripmapApp.py --help --steps
python3 -c "import isce"