Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Oct 23, 2023
1 parent 2404a72 commit 1c487eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function inner() {
source "${CONDA_INSTALLATION_PATH}"/etc/profile.d/conda.sh
### Create the environment
if [[ "${1}" == "--install" ]]; then
${MAMBA} env create -p "${CONDA_INSTALLATION_PATH}/envs/${FULLENV}" -f environment.yml
${MAMBA} env create -p "${CONDA_INSTALLATION_PATH}/envs/${FULLENV}" -f environment.yml -vv
if [[ $? -ne 0 ]]; then
echo "Error installing new environment"
exit 1
Expand Down

0 comments on commit 1c487eb

Please sign in to comment.