Skip to content

Commit 1774c48

Browse files
authored
Revert "3.11 Conda for Mac/Windows (meta-pytorch#1020)" (meta-pytorch#1021)
This reverts commit 1e60010.
1 parent 1e60010 commit 1774c48

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/_build_test_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packaging/build_conda.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,9 @@ export CU_VERSION=cpu
1414
export NO_CUDA_PACKAGE=1
1515
export BUILD_TYPE="conda"
1616

17-
if [[ "$PYTHON_VERSION" == "3.11" ]]; then
18-
export CONDA_CHANNEL_FLAGS="${CONDA_CHANNEL_FLAGS} -c malfet"
19-
fi
20-
2117
export SOURCE_ROOT_DIR="$PWD"
2218
setup_env
2319
setup_conda_pytorch_constraint
2420

2521
mkdir -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

0 commit comments

Comments
 (0)