Skip to content

Commit

Permalink
Add the max-tries to the CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Dec 22, 2024
1 parent 83bb288 commit 3c81c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
architecture: ['x86', 'x64']
support: ['with 3rd parties', 'without 3rd parties']
max-tries: [1, 2, 3]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 3c81c42

Please sign in to comment.