Skip to content

Commit

Permalink
Update build_wheels.yml | Recommendation from MLCommons Admins
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 31, 2024
1 parent c8c1e61 commit 338167b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
if: github.repository_owner == 'mlcommons'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
ssh-key: ${{ secrets.DEPLOY_KEY }}

# Check if VERSION.txt file has changed in this push
- name: Check if VERSION.txt file has changed
Expand Down

0 comments on commit 338167b

Please sign in to comment.