Skip to content

Commit

Permalink
ci: update nick-fields/retry dependency to v3 (#3206)
Browse files Browse the repository at this point in the history
fix: update nick-fields/retry dependency to v3
  • Loading branch information
ogabrielluiz authored Aug 5, 2024
1 parent f706b05 commit 8ece1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
poetry env use ${{ matrix.python-version }}
poetry install
- name: Run unit tests
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 12
max_attempts: 2
Expand Down

0 comments on commit 8ece1ca

Please sign in to comment.