Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Feb 19, 2025
1 parent 00ebd45 commit b033e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-conda-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
exit 1
fi

mamba run --live-stream -n ${ENV_NAME} python -m pip check || exit 1
mamba run --live-stream -n /opt/conda/envs/${ENV_NAME} python -m pip check || exit 1

# ========= list dependencies ========
/opt/conda/bin/conda list
Expand Down

0 comments on commit b033e79

Please sign in to comment.