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.
2 parents e92ca84 + f3ab734 commit c3dc904Copy full SHA for c3dc904
1 file changed
.github/workflows/run_pathways_tests.yml
@@ -72,9 +72,11 @@ 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 fetch origin ${{ inputs.maxtext_sha }}
79
+ git checkout FETCH_HEAD
80
- name: Download the maxtext wheel
81
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
82
with:
0 commit comments