summaryrefslogtreecommitdiff
path: root/poppy/build.sh
diff options
context:
space:
mode:
authorBrendan Gannon <bgannon@stsci.edu>2022-02-17 12:46:04 -0500
committerBrendan Gannon <bgannon@stsci.edu>2022-02-17 12:46:04 -0500
commit7088fb5a7b88724d7be896295e0f6ee7ac740993 (patch)
treea22529ef66e22cfd73436d977f5dc91957869f78 /poppy/build.sh
parent75f47d47bc7c1640b2c6fccd94647ed585f76673 (diff)
downloadastroconda-contrib-7088fb5a7b88724d7be896295e0f6ee7ac740993.tar.gz
fixing numpy build dependency to remove python eggs
Diffstat (limited to 'poppy/build.sh')
-rw-r--r--poppy/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/poppy/build.sh b/poppy/build.sh
index 56f0b30..6df1dab 100644
--- a/poppy/build.sh
+++ b/poppy/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install \ No newline at end of file
+$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv