Skip to content

Commit

Permalink
DEV: disable coveralls on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Aug 20, 2024
1 parent 5947d6d commit 8d0359b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
nox -s test-${{ matrix.python-version }} -- --cov --cov-report=lcov:${{matrix.os}}-${{matrix.python-version}}.lcov --cov-report=term --cov-append --durations=20
- name: Coveralls Parallel
if: matrix.os != 'macos-13'
uses: coverallsapp/github-action@v2
with:
parallel: true
Expand Down

0 comments on commit 8d0359b

Please sign in to comment.