Skip to content

Commit 362afbb

Browse files
committed
Use regular checkout instead of github action checkout v5.
1 parent 6fe6bbd commit 362afbb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/run_pathways_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ 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 checkout ${{ inputs.maxtext_sha }}
7879
- name: Download the maxtext wheel
7980
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
8081
with:

0 commit comments

Comments
 (0)