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 f984c9c commit 5225748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reproducibility-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +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 {} + > lint_logs.txt
# Fail the workflow if linting errors are found
continue-on-error: true
Expand Down

0 comments on commit 5225748

Please sign in to comment.