mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 force channel for dep
This commit is contained in:
7
.github/workflows/conda.yml
vendored
7
.github/workflows/conda.yml
vendored
@@ -18,9 +18,8 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
- name: Build package
|
||||||
|
run: $CONDA/bin/conda build conda/${{ matrix.package }}/meta.yaml -c anaconda
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
$CONDA/bin/conda install conda-build
|
$CONDA/bin/conda install anaconda-client
|
||||||
$CONDA/bin/conda install anaconda-client
|
|
||||||
- name: Build package
|
|
||||||
run: cd conda && $CONDA/bin/conda-build ${{ matrix.package }}
|
|
||||||
3
conda/spleeter/conda_build_config.yaml
Normal file
3
conda/spleeter/conda_build_config.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
python:
|
||||||
|
- 3.7
|
||||||
|
- 3.8
|
||||||
@@ -12,7 +12,6 @@ source:
|
|||||||
build:
|
build:
|
||||||
number: 0
|
number: 0
|
||||||
script: {{ PYTHON }} -m pip install . -vv
|
script: {{ PYTHON }} -m pip install . -vv
|
||||||
skip: true # [py<37 or py>38 or osx or win]
|
|
||||||
entry_points:
|
entry_points:
|
||||||
- spleeter = spleeter.__main__:entrypoint
|
- spleeter = spleeter.__main__:entrypoint
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user