Skip to content

Commit

Permalink
Set fail_ci_if_error to false on codecov github acton (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauicv committed Apr 24, 2023
1 parent 98a2802 commit 8a945ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
directory: .
env_vars: ${{matrix.os}}, ${{matrix.python-version}}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

- name: Build Python package
Expand Down

0 comments on commit 8a945ce

Please sign in to comment.