mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: worflow
This commit is contained in:
@@ -205,15 +205,7 @@ jobs:
|
|||||||
command: docker build -t spleeter:3.7-5stems -f docker/cpu/python-3.7-5stems.dockerfile .
|
command: docker build -t spleeter:3.7-5stems -f docker/cpu/python-3.7-5stems.dockerfile .
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
development-workflow:
|
spleeter-release-pipeline:
|
||||||
jobs:
|
|
||||||
- test-3.6
|
|
||||||
- test-3.7
|
|
||||||
- sdist:
|
|
||||||
requires:
|
|
||||||
- test-3.6
|
|
||||||
- test-3.7
|
|
||||||
release-workflow:
|
|
||||||
jobs:
|
jobs:
|
||||||
- test-3.6
|
- test-3.6
|
||||||
- test-3.7
|
- test-3.7
|
||||||
@@ -240,6 +232,10 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- pypi-deploy
|
- pypi-deploy
|
||||||
- conda-forge-deploy
|
- conda-forge-deploy
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
- docker-conda-cpu:
|
- docker-conda-cpu:
|
||||||
requires:
|
requires:
|
||||||
- hold
|
- hold
|
||||||
|
|||||||
Reference in New Issue
Block a user