Use conda ctest

LT1AB
Ryan Burns 2020-05-02 13:33:36 -07:00
parent d8c772ea29
commit b2ffc09638
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ jobs:
command: | command: |
set -ex set -ex
cd /root/project/src/build cd /root/project/src/build
ctest
. /opt/conda/bin/activate root . /opt/conda/bin/activate root
ctest
topsApp.py --help --steps topsApp.py --help --steps
stripmapApp.py --help --steps stripmapApp.py --help --steps
python3 -c "import isce" python3 -c "import isce"