Skip to content

Commit a35e67d

Browse files
committed
conda run
1 parent 37b4c4a commit a35e67d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
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
2323
conda create --name env --yes --quiet conda-build
24-
conda activate env
25-
python3 ./packaging/build_conda.py
24+
conda run --no-capture-output --name env python3 ./packaging/build_conda.py

0 commit comments

Comments
 (0)