Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "download requirements.txt file instead of clone repo to avoid…
Browse files Browse the repository at this point in the history
… installing git"

This reverts commit d3a1ce3.
georgemccabe committed Sep 24, 2024
1 parent d3a1ce3 commit afea37e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/scripts/docker_env/scripts/metplotpy_env.sh
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ BASE_ENV=metplus_base.${METPLUS_VERSION}

mamba create -y --clone ${BASE_ENV} --name ${ENV_NAME}

curl -o METcalcpy_requirements.txt https://raw.githubusercontent.com/dtcenter/METcalcpy/refs/heads/develop/requirements.txt
curl -o METplotpy_requirements.txt https://raw.githubusercontent.com/dtcenter/METplotpy/refs/heads/develop/requirements.txt
mamba install --yes --file METcalcpy_requirements.txt
mamba install --yes --file METplotpy_requirements.txt
git clone -b develop https://github.com/dtcenter/METcalcpy
git clone -b develop https://github.com/dtcenter/METplotpy
mamba install --yes --file METcalcpy/requirements.txt
mamba install --yes --file METplotpy/requirements.txt

0 comments on commit afea37e

Please sign in to comment.