Skip to content

Commit

Permalink
No point setting VERSION for pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Nov 2, 2022
1 parent 61ab003 commit 001579f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions install_usermodule_r8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ set -e

if [ -z "$1" ]; then
VERSION="TEST"
SNAPPY_VERSION="0.0.0.dev0"
else
VERSION="$1"
SNAPPY_VERSION="$VERSION"
fi
export VERSION

Expand Down Expand Up @@ -42,7 +40,7 @@ conda activate "$PREFIX"
fi
)

env VERSION="$SNAPPY_VERSION" pip install ./utils/SnapPy/
pip install ./utils/SnapPy/

cd src || exit 2
module load /modules/MET/rhel8/user-modules/fou-modules/netcdf-fortran/4.6.0_conda_intel
Expand Down

0 comments on commit 001579f

Please sign in to comment.