Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 4eda481

Browse files
authored
Fix CI hang while running test-readme-mps-macos (#968)
1 parent 5085ab6 commit 4eda481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-readme-pr-mps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
runner: macos-m1-14
1313
script: |
14-
conda create -y -n test-readme-mps-macos python=3.10.11
14+
conda create -y -n test-readme-mps-macos python=3.10.11 llvm-openmp
1515
conda activate test-readme-mps-macos
1616
set -x
1717
# NS: Remove previous installation of torch first

0 commit comments

Comments
 (0)