diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-02-18 10:27:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 10:27:17 -0500 |
commit | ccf7ac1d105583cd96d52ddae6091f0897656a16 (patch) | |
tree | 810aeab408c06a9e3dbe382b6998e7241883827b /drizzlepac/build.sh | |
parent | 8c27d0884ef845597e796031646aa131abe02dca (diff) | |
download | astroconda-dev-ccf7ac1d105583cd96d52ddae6091f0897656a16.tar.gz |
Fix build failures in drizzlepac (#186)
Diffstat (limited to 'drizzlepac/build.sh')
-rw-r--r-- | drizzlepac/build.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index 0a3e0f1..34a92a1 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1,5 +1,2 @@ -# Placeholder for real conda package -pip install --no-deps --upgrade --force sphinx-automodapi - $PYTHON setup.py build_sphinx $PYTHON setup.py install |