We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a541c commit 37b4c4aCopy full SHA for 37b4c4a
.github/workflows/build.yml
@@ -20,5 +20,6 @@ jobs:
20
# export JUST_TESTRUN=1
21
# VARS_TO_PASS="-e PYTHON_VERSION -e BUILD_VERSION -e PYTORCH_VERSION -e CU_VERSION -e JUST_TESTRUN"
22
# 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
+ conda create --name env --yes --quiet conda-build
24
+ conda activate env
25
python3 ./packaging/build_conda.py
0 commit comments