Skip to content

Commit 37b4c4a

Browse files
committed
conda env
1 parent 07a541c commit 37b4c4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ 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-
sudo conda install --yes --quiet conda-build
23+
conda create --name env --yes --quiet conda-build
24+
conda activate env
2425
python3 ./packaging/build_conda.py

0 commit comments

Comments
 (0)