Skip to content

Commit

Permalink
Add retries for unit tests in additional environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed May 21, 2024
1 parent 6f8ef28 commit 7069f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
name: "Envs unit tests"
needs: unit_test
runs-on: ubuntu-latest
strategy:
max_attempts: 3
strategy:
fail-fast: false
matrix:
python-version:
Expand Down

0 comments on commit 7069f49

Please sign in to comment.