Skip to content

Commit

Permalink
add jupyter install to the precommit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgjs committed Jan 29, 2024
1 parent b32a9d9 commit 65ba350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/precommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]
with:
python-version: '3.10'
- name: Install pre-commit
run: pip install pre-commit==3.3.3
- name: Install pre-commit and Jupyter
run: pip install pre-commit==3.3.3 jupyter==1.0.0
- name: Run pre-commit checks
run: pre-commit run --all-files --show-diff-on-failure

0 comments on commit 65ba350

Please sign in to comment.