diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-03-31 10:02:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 10:02:22 -0400 |
commit | a22cfd33eaa2009a958623fcfdba4424b967fb1b (patch) | |
tree | b71eb974b41ff00c0e91e2a839333fe895511735 /imexam/build.sh | |
parent | d307cb31a05c7c3660ae3c09c7be2889ef1a05d3 (diff) | |
download | astroconda-contrib-a22cfd33eaa2009a958623fcfdba4424b967fb1b.tar.gz |
imexam: Update version and recipe (#634)
Diffstat (limited to 'imexam/build.sh')
-rw-r--r-- | imexam/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imexam/build.sh b/imexam/build.sh index 5a5aeeb..6df1dab 100644 --- a/imexam/build.sh +++ b/imexam/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv |