diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-09-18 13:49:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 13:49:22 -0400 |
commit | ee23f90425cac88e89a5daf53fdf6dd4d02c94f8 (patch) | |
tree | 0d1eb4d112840ea4ea27cd0d2e40e8478021eac4 | |
parent | 05949803154e5a935e55ac3082637b674985694c (diff) | |
download | astroconda-contrib-ee23f90425cac88e89a5daf53fdf6dd4d02c94f8.tar.gz |
Remove --offline installation flag from astroimtools recipe
-rw-r--r-- | astroimtools/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroimtools/build.sh b/astroimtools/build.sh index ca28bfc..6bd6081 100644 --- a/astroimtools/build.sh +++ b/astroimtools/build.sh @@ -1,2 +1,2 @@ -$PYTHON setup.py install --offline
\ No newline at end of file +$PYTHON setup.py install |