Skip to content

Commit

Permalink
add jupyter to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marton Havasi committed Dec 11, 2024
1 parent fe92a17 commit 273adc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
- name: Run notebooks
shell: bash -l {0}
run: |
pip install jupyter
for file in examples/*.ipynb; do
jupyter nbconvert --to html --execute --ExecutePreprocessor.timeout=300 "$file"
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=300 "$file"
done
- name: Docstring Lint
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dependencies:
- scikit-learn
- pydoclint
- coverage
- jupyter

0 comments on commit 273adc6

Please sign in to comment.