Skip to content

Commit c3dc904

Browse files
Merge pull request #4142 from AI-Hypercomputer:wstcliyu/post-checkout
PiperOrigin-RevId: 932564070
2 parents e92ca84 + f3ab734 commit c3dc904

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/run_pathways_tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ jobs:
7272
options: ${{ inputs.container_resource_option }}
7373
steps:
7474
- name: Checkout MaxText
75-
uses: actions/checkout@v5
76-
with:
77-
ref: ${{ inputs.maxtext_sha }}
75+
run: |
76+
git config --global --add safe.directory /__w/maxtext/maxtext
77+
git clone https://github.com/google/maxtext.git .
78+
git fetch origin ${{ inputs.maxtext_sha }}
79+
git checkout FETCH_HEAD
7880
- name: Download the maxtext wheel
7981
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8082
with:

0 commit comments

Comments
 (0)