8000 Disable ffmpeg_mac and ffmpeg_win jobs (#705) · KyleCZH/pytorch@5f37e0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f37e0b

Browse files
authored
Disable ffmpeg_mac and ffmpeg_win jobs (pytorch#705)
These are broken and aren't being used anyways, so delete them Co-authored-by: driazati <driazati@users.noreply.github.com>
1 parent fbe1041 commit 5f37e0b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.circleci/config.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -173,29 +173,16 @@ workflows:
173173
cu_version: cpu
174174
is-python3: true
175175
python_version: '3.7'
176-
- ffmpeg_mac:
177-
cu_version: cpu
178-
is-python3: true
179-
name: ffmpeg_mac
180-
python_version: '3.7'
181176
- ffmpeg_build_win:
182177
cu_version: cpu
183178
is-python3: true
184179
name: ffmpeg_build_win
185180
python_version: '3.7'
186-
- ffmpeg_win:
187-
cu_version: cpu
188-
is-python3: true
189-
name: ffmpeg_win
190-
python_version: '3.7'
191-
requires:
192-
- ffmpeg_build_win
193181
- hold:
194182
type: approval
195183
requires:
196184
- ffmpeg_linux
197-
- ffmpeg_mac
198-
- ffmpeg_win
185+
- ffmpeg_build_win
199186
- ffmpeg_upload:
200187
context: org-member
201188
cu_version: cpu

0 commit comments

Comments
 (0)
0