We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726e7c9 commit 86c4e33Copy full SHA for 86c4e33
.ci/docker/common/install_conda.sh
@@ -31,7 +31,7 @@ install_miniconda() {
31
32
install_python() {
33
pushd /opt/conda
34
- # Install the select Python version for CI jobs
+ # Install the selected Python version for CI jobs
35
as_ci_user conda create -n "py_${PYTHON_VERSION}" -y --file /opt/conda/conda-env-ci.txt python="${PYTHON_VERSION}"
36
37
# From https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_conda.sh
0 commit comments