Skip to content

Commit

Permalink
remove codecov from macos
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDJohnson committed Dec 9, 2024
1 parent d4033f5 commit bc3d918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Test with pytest
run: make test
- name: Codecov
uses: codecov/codecov-action@v2
if: runner.os != 'macOS'
uses: codecov/codecov-action@v3
#with:
# fail_ci_if_error: true

Expand Down

0 comments on commit bc3d918

Please sign in to comment.