Fix ctest workdir

LT1AB
Ryan Burns 2020-05-02 13:26:51 -07:00
parent dcb46f96e9
commit 870c1c90ef
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ jobs:
name: Test ISCE installation name: Test ISCE installation
command: | command: |
set -ex set -ex
pwd cd /root/project/src/build
. /opt/conda/bin/activate root
ctest ctest
. /opt/conda/bin/activate root
topsApp.py --help --steps topsApp.py --help --steps
stripmapApp.py --help --steps stripmapApp.py --help --steps
python3 -c "import isce" python3 -c "import isce"