Skip to content

Commit

Permalink
Temporarily ignore result from broken flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
credbbl committed Dec 18, 2023
1 parent d74fe40 commit 55f3b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

- name: Run flake8
if: success() || failure()
# flake8 is broken right now: https://bugs.debian.org/1057968
continue-on-error: true
run: >
docker run
--network host
Expand Down

0 comments on commit 55f3b72

Please sign in to comment.