Skip to content

Commit 86c4e33

Browse files
committed
Typo
1 parent 726e7c9 commit 86c4e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ install_miniconda() {
3131

3232
install_python() {
3333
pushd /opt/conda
34-
# Install the select Python version for CI jobs
34+
# Install the selected Python version for CI jobs
3535
as_ci_user conda create -n "py_${PYTHON_VERSION}" -y --file /opt/conda/conda-env-ci.txt python="${PYTHON_VERSION}"
3636

3737
# From https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_conda.sh

0 commit comments

Comments
 (0)