Skip to content

Commit

Permalink
Fix the wrong test-infra branch on release/0.2 (#3021)
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn authored Apr 12, 2024
1 parent ca69051 commit 31bb2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
test-pybind-build-macos:
name: test-pybind-build-macos
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
strategy:
matrix:
include:
Expand All @@ -249,7 +249,7 @@ jobs:
test-llama-runner-macos:
name: test-llama-runner-mac
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3
strategy:
matrix:
dtype: [fp32]
Expand Down

0 comments on commit 31bb2ea

Please sign in to comment.