Skip to content

Commit

Permalink
Force github workflow catch PyTorch commit from release/2.5 branch fo…
Browse files Browse the repository at this point in the history
…r PyTorch/XLA `r2.5` branch (#8078)
  • Loading branch information
ManfeiBai committed Sep 27, 2024
1 parent 8f43eef commit 5cc01cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- id: commit
name: Get latest torch commit
run: |
echo "torch_commit=$(git ls-remote https://github.com/pytorch/pytorch.git HEAD | awk '{print $1}')" >> "$GITHUB_OUTPUT"
echo "torch_commit=$(git ls-remote https://github.com/pytorch/pytorch.git refs/heads/release/2.5 | awk '{print $1}')" >> "$GITHUB_OUTPUT"
build-torch-xla:
name: "Build PyTorch/XLA"
Expand Down

0 comments on commit 5cc01cf

Please sign in to comment.