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
command: |
set -ex
pwd
. /opt/conda/bin/activate root
cd /root/project/src/build
ctest
. /opt/conda/bin/activate root
topsApp.py --help --steps
stripmapApp.py --help --steps
python3 -c "import isce"