Skip to content

Commit

Permalink
ci: Allow retries for CI testing on MacOS. (#394)
Browse files Browse the repository at this point in the history
Many false failures have been observed on MacOS when running pyright as a part of pre-commit. This enables retries to attempt to work around the false failures.
  • Loading branch information
nfelt14 authored Mar 8, 2025
1 parent a974bc8 commit 1cffb49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
operating-systems-array: '["ubuntu", "windows", "macos"]'
python-versions-array: '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]' # when updating this, make sure to update all workflows that use this strategy
upload-to-codecov: true
enable-retry-os-array: '["macos"]'
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1cffb49

Please sign in to comment.