🐛 force channel for dep

This commit is contained in:
Faylixe
2020-12-07 13:03:22 +01:00
parent 9b48a79951
commit fd97755d2d
3 changed files with 6 additions and 5 deletions

View File

@@ -18,9 +18,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Build package
run: $CONDA/bin/conda build conda/${{ matrix.package }}/meta.yaml -c anaconda
- name: Install dependencies
run: |
$CONDA/bin/conda install conda-build
$CONDA/bin/conda install anaconda-client
- name: Build package
run: cd conda && $CONDA/bin/conda-build ${{ matrix.package }}
$CONDA/bin/conda install anaconda-client

View File

@@ -0,0 +1,3 @@
python:
- 3.7
- 3.8

View File

@@ -12,7 +12,6 @@ source:
build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
skip: true # [py<37 or py>38 or osx or win]
entry_points:
- spleeter = spleeter.__main__:entrypoint