Skip to content

Commit

Permalink
CI workaround for mac-latest and codecov bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopfonseca committed Nov 14, 2024
1 parent 6531bf6 commit 219ea0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# NOTE: macos-13 is a workaround for an issue with the latest version
os: [ubuntu-latest, macos-13, windows-latest]
python: [3.9, "3.10", 3.11, 3.12]
name: ${{ matrix.os }} Python ${{ matrix.python }}
Expand Down Expand Up @@ -68,6 +69,8 @@ jobs:
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2
with:
# NOTE: Version is set as a workaround for a macos issue
version: v0.7.3
files: ./coverage.xml
fail_ci_if_error: false
verbose: true

0 comments on commit 219ea0c

Please sign in to comment.