Skip to content

Commit 3b9fa21

Browse files
committed
Fix circleci unit tests
1 parent 328434f commit 3b9fa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/unittest/linux/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ if [[ "${PYTHON_VERSION}" == "3.9" ]]; then
4444
fi
4545

4646
conda install -y -c pytorch "ffmpeg${FFMPEG_PIN}"
47-
conda env update --file "${this_dir}/environment.yml" ${PYTHON_311_CHAN} --prune
47+
conda env update --file "${this_dir}/environment.yml" --prune

0 commit comments

Comments
 (0)