We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe6bbd commit 362afbbCopy full SHA for 362afbb
1 file changed
.github/workflows/run_pathways_tests.yml
@@ -72,9 +72,10 @@ jobs:
72
options: ${{ inputs.container_resource_option }}
73
steps:
74
- name: Checkout MaxText
75
- uses: actions/checkout@v5
76
- with:
77
- ref: ${{ inputs.maxtext_sha }}
+ run: |
+ git config --global --add safe.directory /__w/maxtext/maxtext
+ git clone https://github.com/google/maxtext.git .
78
+ git checkout ${{ inputs.maxtext_sha }}
79
- name: Download the maxtext wheel
80
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
81
with:
0 commit comments