mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
fix: conda forge deploy goal
This commit is contained in:
@@ -11,15 +11,9 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||||
- run:
|
- run: apt-get update && apt-get install -y ffmpeg
|
||||||
name: install ffmpeg
|
- run: pip install -r requirements.txt && pip install pytest pytest-xdist
|
||||||
command: apt-get update && apt-get install -y ffmpeg
|
- run: make test
|
||||||
- run:
|
|
||||||
name: install python dependencies
|
|
||||||
command: pip install -r requirements.txt && pip install pytest pytest-xdist
|
|
||||||
- run:
|
|
||||||
name: run tests
|
|
||||||
command: make test
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||||
paths:
|
paths:
|
||||||
@@ -35,15 +29,9 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||||
- run:
|
- run: apt-get update && apt-get install -y ffmpeg
|
||||||
name: install ffmpeg
|
- run: pip install -r requirements.txt && pip install pytest pytest-xdist
|
||||||
command: apt-get update && apt-get install -y ffmpeg
|
- run: make test
|
||||||
- run:
|
|
||||||
name: install python dependencies
|
|
||||||
command: pip install -r requirements.txt && pip install pytest pytest-xdist
|
|
||||||
- run:
|
|
||||||
name: run tests
|
|
||||||
command: make test
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
key: models-{{ checksum "spleeter/model/__init__.py" }}
|
||||||
paths:
|
paths:
|
||||||
@@ -56,9 +44,7 @@ jobs:
|
|||||||
- image: python:3
|
- image: python:3
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run: make build
|
||||||
name: package source distribution
|
|
||||||
command: make build
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: sdist-{{ .Branch }}-{{ checksum "setup.py" }}
|
key: sdist-{{ .Branch }}-{{ checksum "setup.py" }}
|
||||||
paths:
|
paths:
|
||||||
@@ -86,12 +72,9 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
- image: python:3
|
- image: python:3
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- checkout
|
||||||
name: install dependencies
|
- run: apt-get update && apt-get install -y git openssl hub
|
||||||
command: apt-get update && apt-get install -y git openssl hub
|
- run: make feedstock
|
||||||
- run:
|
|
||||||
name: checkout feedstock
|
|
||||||
command: make feedstock
|
|
||||||
# =======================================================================================
|
# =======================================================================================
|
||||||
# Docker build.
|
# Docker build.
|
||||||
# =======================================================================================
|
# =======================================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user