File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ jobs:
310310 - 3.8
311311 - 3.9
312312 - " 3.10"
313- - " 3.11"
313+ - 3.11
314314 steps :
315315 - name : Checkout Source Repository
316316 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -14,19 +14,9 @@ export CU_VERSION=cpu
1414export NO_CUDA_PACKAGE=1
1515export BUILD_TYPE=" conda"
1616
17- if [[ " $PYTHON_VERSION " == " 3.11" ]]; then
18- export CONDA_CHANNEL_FLAGS=" ${CONDA_CHANNEL_FLAGS} -c malfet"
19- fi
20-
2117export SOURCE_ROOT_DIR=" $PWD "
2218setup_env
2319setup_conda_pytorch_constraint
2420
2521mkdir -p conda-bld
26- conda build \
27- -c defaults \
28- $CONDA_CHANNEL_FLAGS \
29- --no-anaconda-upload \
30- --output-folder conda-bld \
31- --python " $PYTHON_VERSION " \
32- packaging/torchdata
22+ conda build $CONDA_CHANNEL_FLAGS --no-anaconda-upload --output-folder conda-bld --python " $PYTHON_VERSION " packaging/torchdata
You can’t perform that action at this time.
0 commit comments