Add sanity check for sensors

LT1AB
Ryan Burns 2021-03-05 10:36:38 -08:00
parent f65f26e3cc
commit 137573cd1c
1 changed files with 1 additions and 0 deletions

View File

@ -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