Skip to content

Commit 07a541c

Browse files
committed
sudo
1 parent 0ef9909 commit 07a541c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
# export JUST_TESTRUN=1
2121
# VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e CU_VERSION -e JUST_TESTRUN"
2222
# docker run --gpus all --ipc=host -v $(pwd):/remote -w /remote ${VARS_TO_PASS} ${TESTRUN_DOCKER_IMAGE} python3 ./packaging/build_conda.py
23-
conda install conda-build
23+
sudo conda install --yes --quiet conda-build
2424
python3 ./packaging/build_conda.py

0 commit comments

Comments
 (0)