Skip to content

Commit

Permalink
Fix CI hang while running test-readme-mps-macos (pytorch#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Jul 30, 2024
1 parent 5085ab6 commit 4eda481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-readme-pr-mps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
runner: macos-m1-14
script: |
conda create -y -n test-readme-mps-macos python=3.10.11
conda create -y -n test-readme-mps-macos python=3.10.11 llvm-openmp
conda activate test-readme-mps-macos
set -x
# NS: Remove previous installation of torch first
Expand Down

0 comments on commit 4eda481

Please sign in to comment.