mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
🐛 force channel for dep
This commit is contained in:
7
.github/workflows/conda.yml
vendored
7
.github/workflows/conda.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user