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 63e76ce commit 31bc58d
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 @@ -22,7 +22,7 @@ jobs:
- name: Lint Jupyter Notebooks
run: |
find ./book/chapters/ -type f -name '*.ipynb' -exec nbqa flake8
--select=F8 --ignore=W {} + > lint_logs.txt
--select=F821 --ignore=W {} + > lint_logs.txt
# Fail the workflow if linting errors are found
continue-on-error: true
Expand Down

0 comments on commit 31bc58d

Please sign in to comment.