Skip to content

Commit 6cf9d49

Browse files
committed
Install uv into $GALAXY_CONDA_ENV
1 parent ae62f12 commit 6cf9d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common_startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if [ $SET_VENV -eq 1 ] && [ $CREATE_VENV -eq 1 ]; then
112112
echo "Creating Conda environment for Galaxy: $GALAXY_CONDA_ENV"
113113
echo "To avoid this, use the --no-create-venv flag or set \$GALAXY_CONDA_ENV to an"
114114
echo "existing environment before starting Galaxy."
115-
$CONDA_EXE create --yes --override-channels --channel conda-forge --name "$GALAXY_CONDA_ENV" "python=${GALAXY_CONDA_PYTHON_VERSION}" "pip>=${MIN_PIP_VERSION}"
115+
$CONDA_EXE create --yes --override-channels --channel conda-forge --name "$GALAXY_CONDA_ENV" "python=${GALAXY_CONDA_PYTHON_VERSION}" "pip>=${MIN_PIP_VERSION}" uv
116116
unset __CONDA_INFO
117117
fi
118118
conda_activate

0 commit comments

Comments
 (0)