🔥 remove GPU workflow

This commit is contained in:
Faylixe
2020-12-07 12:57:36 +01:00
parent 9ee8c091f6
commit e243a7d640

View File

@@ -10,7 +10,7 @@ jobs:
package-and-deploy:
strategy:
matrix:
package: [spleeter, spleeter-gpu]
package: [spleeter]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2