Skip to content

Commit

Permalink
Fix papermill command
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Nov 1, 2020
1 parent e043a4b commit 98cd55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dist:
test: unit-test jupyter-test

jupyter-test: examples/AbNumber_getting_started.ipynb
papermill $< > /dev/null
papermill $< - > /dev/null

unit-test:
pytest test

0 comments on commit 98cd55e

Please sign in to comment.