mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 use miniconda action
This commit is contained in:
14
.github/workflows/conda.yml
vendored
14
.github/workflows/conda.yml
vendored
@@ -14,12 +14,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: goanpeca/setup-miniconda@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
- name: Setup conda-build
|
- name: Install dependencies
|
||||||
run: $CONDA/bin/conda install conda-build
|
shell: bash -l {0}
|
||||||
- name: Setup anaconda-client
|
run: |
|
||||||
run: $CONDA/bin/conda install anaconda-client
|
conda install conda-build
|
||||||
|
conda install anaconda-client
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: cd conda/${{ matrix.platform }} && $CONDA/bin/conda-build spleeter
|
shell: bash -l {0}
|
||||||
|
run: cd conda/${{ matrix.platform }} && conda-build spleeter
|
||||||
|
|||||||
Reference in New Issue
Block a user