From 137573cd1c172420a23c78b1e1c57102686dceea Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Fri, 5 Mar 2021 10:36:38 -0800 Subject: [PATCH] Add sanity check for sensors --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 183cbec..2dab45d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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