Skip to content

Commit

Permalink
only fail on errors and ignore warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Feb 5, 2024
1 parent 1fa26f3 commit c0f54ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reproducibility-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Lint Jupyter Notebooks
run: |
find ./book/chapters/ -type f -name '*.ipynb' -exec nbqa flake8 {} + > lint_logs.txt
find ./book/chapters/ -type f -name '*.ipynb' -exec nbqa flake8 --select=E,F --ignore=W {} + > lint_logs.txt
# Fail the workflow if linting errors are found
continue-on-error: true
Expand Down

0 comments on commit c0f54ad

Please sign in to comment.