Skip to content

Commit

Permalink
Retry to checkout if wheels build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Apr 25, 2023
1 parent 61be17f commit 838985f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: Wandalen/[email protected]
with:
submodules: recursive
action: actions/checkout@v3
with: |
submodules: recursive
attempt_limit: 3
attempt_delay: 2000

- uses: actions/setup-python@v4
name: Install Python
Expand Down

0 comments on commit 838985f

Please sign in to comment.