mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
👷 🚀 add conda CI for GPU
This commit is contained in:
6
.github/workflows/conda.yml
vendored
6
.github/workflows/conda.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: conda
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- workflow_dispatch
|
||||
env:
|
||||
ANACONDA_USERNAME: ${{ secrets.ANACONDA_USERNAME }}
|
||||
ANACONDA_PASSWORD: ${{ secrets.ANACONDA_PASSWORD }}
|
||||
@@ -11,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python: [3.7, 3.8]
|
||||
package: [spleeter]
|
||||
package: [spleeter, spleeter-gpu]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user