Skip to content

Commit

Permalink
Disable ffmpeg_mac and ffmpeg_win jobs (#705)
Browse files Browse the repository at this point in the history
These are broken and aren't being used anyways, so delete them

Co-authored-by: driazati <driazati@users.noreply.github.com>
  • Loading branch information
driazati and driazati committed Apr 22, 2021
1 parent fbe1041 commit 5f37e0b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,29 +173,16 @@ workflows:
cu_version: cpu
is-python3: true
python_version: '3.7'
- ffmpeg_mac:
cu_version: cpu
is-python3: true
name: ffmpeg_mac
python_version: '3.7'
- ffmpeg_build_win:
cu_version: cpu
is-python3: true
name: ffmpeg_build_win
python_version: '3.7'
- ffmpeg_win:
cu_version: cpu
is-python3: true
name: ffmpeg_win
python_version: '3.7'
requires:
- ffmpeg_build_win
- hold:
type: approval
requires:
- ffmpeg_linux
- ffmpeg_mac
- ffmpeg_win
- ffmpeg_build_win
- ffmpeg_upload:
context: org-member
cu_version: cpu
Expand Down

0 comments on commit 5f37e0b

Please sign in to comment.