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 328434f commit 3b9fa21Copy full SHA for 3b9fa21
.circleci/unittest/linux/scripts/setup_env.sh
@@ -44,4 +44,4 @@ if [[ "${PYTHON_VERSION}" == "3.9" ]]; then
44
fi
45
46
conda install -y -c pytorch "ffmpeg${FFMPEG_PIN}"
47
-conda env update --file "${this_dir}/environment.yml" ${PYTHON_311_CHAN} --prune
+conda env update --file "${this_dir}/environment.yml" --prune
0 commit comments