Skip to content

Commit 206d101

Browse files
committed
Attempt to switch to ubuntu-latest for integration tests due to MPS backend OOMing
1 parent 71645ae commit 206d101

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-integration-tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ on:
55

66
jobs:
77
integration-test:
8-
runs-on: macos-latest-xlarge
8+
runs-on: ubuntu-latest
99
env:
1010
AUDIO_SEPARATOR_MODEL_DIR: ${{ github.workspace }}/models
11-
PYTORCH_MPS_HIGH_WATERMARK_RATIO: 0.0
1211

1312
steps:
1413
- name: Checkout project
@@ -34,7 +33,7 @@ jobs:
3433
key: model-cache-${{ hashFiles('tests/integration/test_cli_integration.py') }}
3534
restore-keys: model-cache-
3635

37-
- name: Install Poetry dependencies (CPU covers M1)
36+
- name: Install Poetry dependencies
3837
run: poetry install -E cpu
3938

4039
- name: Display model cache status

0 commit comments

Comments
 (0)