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