mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 fix conda install
This commit is contained in:
13
.github/workflows/conda.yml
vendored
13
.github/workflows/conda.yml
vendored
@@ -14,15 +14,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup conda
|
- uses: actions/setup-python@v2
|
||||||
uses: s-weigand/setup-conda@v1
|
|
||||||
with:
|
with:
|
||||||
update-conda: true
|
python-version: 3.8
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
conda-channels: anaconda, conda-forge
|
|
||||||
- name: Setup conda-build
|
- name: Setup conda-build
|
||||||
run: conda install conda-build
|
run: $CONDA/bin/conda install conda-build
|
||||||
- name: Setup anaconda-client
|
- name: Setup anaconda-client
|
||||||
run: conda install anaconda-client
|
run: $CONDA/bin/conda install anaconda-client
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: cd conda/${{ matrix.platform }} && conda-build spleeter
|
run: cd conda/${{ matrix.platform }} && $CONDA/bin/conda-build spleeter
|
||||||
|
|||||||
Reference in New Issue
Block a user