diff options
-rw-r--r-- | jwst_tools/jwst_tools.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jwst_tools/jwst_tools.ini b/jwst_tools/jwst_tools.ini index fa0be42..c779997 100644 --- a/jwst_tools/jwst_tools.ini +++ b/jwst_tools/jwst_tools.ini @@ -43,6 +43,10 @@ commands : [cbc_build] linux : pip install --no-deps --force --upgrade d2to1 + + # just to get it to build... remove the offending module + rm -rf jwst_tools/timeconversion + for d in jwst_tools/* do ( cd $$d && python setup.py install || exit 1 ) |