diff options
author | Brendan Gannon <brendan.gannon2@gmail.com> | 2022-02-17 13:21:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 13:21:09 -0500 |
commit | 590dcffb80c7b4f3908992697b350f63b0f0af8f (patch) | |
tree | 2fd5d5e4264e710ac2bcf4f742807707f07990b1 /drizzlepac/build.sh | |
parent | af6258fb5cc103a14a72629d27240fd8e96ecd9b (diff) | |
download | astroconda-contrib-590dcffb80c7b4f3908992697b350f63b0f0af8f.tar.gz |
Fixing numpy build time version + build script resolution for python dependency egg + fixing recipe version spacing issues (#754)
Co-authored-by: Brendan Gannon <bgannon@stsci.edu>
Diffstat (limited to 'drizzlepac/build.sh')
-rw-r--r-- | drizzlepac/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drizzlepac/build.sh b/drizzlepac/build.sh index 0079b1d..cba252e 100644 --- a/drizzlepac/build.sh +++ b/drizzlepac/build.sh @@ -1,4 +1,4 @@ #pip install --no-deps --upgrade sphinx-automodapi #$PYTHON setup.py build build_ext --inplace -- build_sphinx -$PYTHON setup.py install +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv |