Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Feb 19, 2025
1 parent b033e79 commit 6cf5bb4
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 /opt/conda/envs/${ENV_NAME} python -m pip check || exit 1
mamba run --live-stream --prefix /opt/conda/envs/${ENV_NAME} python -m pip check || exit 1

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

0 comments on commit 6cf5bb4

Please sign in to comment.