Skip to content

Commit

Permalink
Run jupyter nbclassic -h on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Sep 25, 2020
1 parent 88b025d commit d4dd154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
cd jupyter_server
pip install -e .
cd ../nbclassic
- name: Run the help command
run: |
jupyter nbclassic -h
- name: Test with pytest
run: |
pytest

0 comments on commit d4dd154

Please sign in to comment.