Skip to content

Commit

Permalink
CI: remove unused continue-on-error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Feb 1, 2024
1 parent 252bc80 commit 08f0072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ jobs:
- name: run tests
run:
make test
continue-on-error: ${{(matrix.broken && true) || false}}
- name: run pydiatra
run: |
python -m pip install pydiatra
Expand Down

0 comments on commit 08f0072

Please sign in to comment.