Skip to content

Commit

Permalink
Update reproducibility-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun authored Feb 5, 2024
1 parent 5225748 commit 6bdac6a
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 --select=F821 {} + > lint_logs.txt
find ./book/chapters/ -type f -name '*.ipynb' -exec nbqa flake8 --select=F821,F823 {} + > lint_logs.txt
# Fail the workflow if linting errors are found
continue-on-error: true
Expand Down

0 comments on commit 6bdac6a

Please sign in to comment.