mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
🐛 update channels
This commit is contained in:
5
.github/workflows/conda.yml
vendored
5
.github/workflows/conda.yml
vendored
@@ -23,4 +23,7 @@ jobs:
|
||||
$CONDA/bin/conda install conda-build
|
||||
$CONDA/bin/conda install anaconda-client
|
||||
- name: Build package
|
||||
run: $CONDA/bin/conda build conda/${{ matrix.package }} -c anaconda
|
||||
run: |
|
||||
$CONDA/bin/conda config --add channels anaconda
|
||||
$CONDA/bin/conda config --add channels conda-forge
|
||||
$CONDA/bin/conda build conda/${{ matrix.package }}
|
||||
|
||||
Reference in New Issue
Block a user