Add sanity check for sensors
parent
f65f26e3cc
commit
137573cd1c
|
@ -133,6 +133,7 @@ jobs:
|
|||
topsApp.py --help --steps
|
||||
stripmapApp.py --help --steps
|
||||
python3 -c "import isce"
|
||||
python3 -c "import isce; from isceobj.Sensor import SENSORS as s; [s[k]() for k in s]"
|
||||
build:
|
||||
docker:
|
||||
- image: docker:stable-git
|
||||
|
|
Loading…
Reference in New Issue