Fix ctest workdir
parent
dcb46f96e9
commit
870c1c90ef
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue