We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71645ae commit 206d101Copy full SHA for 206d101
.github/workflows/run-integration-tests.yaml
@@ -5,10 +5,9 @@ on:
5
6
jobs:
7
integration-test:
8
- runs-on: macos-latest-xlarge
+ runs-on: ubuntu-latest
9
env:
10
AUDIO_SEPARATOR_MODEL_DIR: ${{ github.workspace }}/models
11
- PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0
12
13
steps:
14
- name: Checkout project
@@ -34,7 +33,7 @@ jobs:
34
33
key: model-cache-${{ hashFiles('tests/integration/test_cli_integration.py') }}
35
restore-keys: model-cache-
36
37
- - name: Install Poetry dependencies (CPU covers M1)
+ - name: Install Poetry dependencies
38
run: poetry install -E cpu
39
40
- name: Display model cache status
0 commit comments