Skip to content

Commit

Permalink
download requirements.txt file instead of clone repo to avoid install…
Browse files Browse the repository at this point in the history
…ing git
  • Loading branch information
georgemccabe committed Sep 24, 2024
1 parent 9c407cf commit d3a1ce3
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
Expand Up @@ -33,7 +33,7 @@ BASE_ENV=metplus_base.${METPLUS_VERSION}

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

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
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

0 comments on commit d3a1ce3

Please sign in to comment.