mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
🐛 fix conda glob
This commit is contained in:
4
.github/workflows/conda.yml
vendored
4
.github/workflows/conda.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
package-and-deploy:
|
package-and-deploy:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [cpu, gpu]
|
package: [spleeter, spleeter-gpu]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -23,4 +23,4 @@ jobs:
|
|||||||
$CONDA/bin/conda install conda-build
|
$CONDA/bin/conda install conda-build
|
||||||
$CONDA/bin/conda install anaconda-client
|
$CONDA/bin/conda install anaconda-client
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: cd conda/${{ matrix.platform }} && $CONDA/bin/conda-build spleeter
|
run: cd conda/${{ matrix.package }} && $CONDA/bin/conda-build spleeter
|
||||||
|
|||||||
Reference in New Issue
Block a user