Skip to content

Commit 6af423e

Browse files
committed
add env variable in tests
1 parent 1aa2aa5 commit 6af423e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
python -m pip install --upgrade pip
2929
python -m pip install invoke .[test]
3030
- name: Run integration tests
31+
env:
32+
PYTORCH_ENABLE_MPS_FALLBACK: "1"
3133
run: invoke integration
3234

3335
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.13

0 commit comments

Comments
 (0)