We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad6d2e commit 0e64ab6Copy full SHA for 0e64ab6
.circleci/config.yml
@@ -36,31 +36,6 @@ jobs:
36
- store_artifacts:
37
path: /opt/conda/conda-bld/linux-64
38
39
- binary_macos_wheel:
40
- parameters:
41
- <<: *param_target_commit
42
- macos:
43
- xcode: "9.0"
44
- resource_class: 2xlarge+
45
- steps:
46
- - checkout
47
- - run: TARGET_COMMIT=<< parameters.target_commit >> build_tools/packaging/wheel/osx_wheel.sh
48
- - store_artifacts:
49
- path: $HOME/torchaudio_wheels
50
-
51
- binary_macos_conda:
52
53
54
55
56
57
58
59
- # TODO: This needs a conda install...
60
- - run: TARGET_COMMIT=<< parameters.target_commit >> build_tools/packaging/conda/build_audio.sh
61
62
- path: $HOME/miniconda3/conda-bld/osx-64
63
64
workflows:
65
build:
66
jobs:
0 commit comments