Skip to content

Commit

Permalink
ci(python): allow refurb failures
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Jan 18, 2024
1 parent a66755e commit 33c9a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Analysing the code with refurb [${{ matrix.exercise }}]
id: refurb
run: |
./.github/citools/common/run_wrapper_script "./${{ matrix.exercise }}" ../../.github/citools/python/python-lint-refurb
./.github/citools/common/run_wrapper_script "./${{ matrix.exercise }}" ../../.github/citools/python/python-lint-refurb || true
- name: Testing with doctests [${{ matrix.exercise }}]
id: pytest-doctest-run
run: |-
Expand Down

0 comments on commit 33c9a8c

Please sign in to comment.