mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 fix workflow name and platform
This commit is contained in:
4
.github/workflows/conda.yml
vendored
4
.github/workflows/conda.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: pypi
|
name: conda
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -25,4 +25,4 @@ jobs:
|
|||||||
- name: Setup anaconda-client
|
- name: Setup anaconda-client
|
||||||
run: conda install anaconda-client
|
run: conda install anaconda-client
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: cd conda/cpu && conda-build spleeter
|
run: cd conda/${{ matrix.platform }} && conda-build spleeter
|
||||||
|
|||||||
Reference in New Issue
Block a user