mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: disable conda deployment
This commit is contained in:
@@ -83,19 +83,19 @@ jobs:
|
||||
# =======================================================================================
|
||||
# Conda distribution.
|
||||
# =======================================================================================
|
||||
conda-deploy:
|
||||
docker:
|
||||
- image: null # TODO: use circle ci python image.
|
||||
steps:
|
||||
- run:
|
||||
name: checkout feedstock
|
||||
command: git clone https://github.com/conda-forge/spleeter-feedstock
|
||||
- run:
|
||||
name: update version
|
||||
command: sed -i 's///g'
|
||||
- run:
|
||||
name: deploy
|
||||
command: git add recipe && git commit -m "" && git push
|
||||
#conda-deploy:
|
||||
# docker:
|
||||
# - image: null # TODO: use circle ci python image.
|
||||
# steps:
|
||||
# - run:
|
||||
# name: checkout feedstock
|
||||
# command: git clone https://github.com/conda-forge/spleeter-feedstock
|
||||
# - run:
|
||||
# name: update version
|
||||
# command: sed -i 's///g'
|
||||
# - run:
|
||||
# name: deploy
|
||||
# command: git add recipe && git commit -m "" && git push
|
||||
workflows:
|
||||
version: 2
|
||||
spleeter-workflow:
|
||||
|
||||
Reference in New Issue
Block a user