Skip to content

Commit

Permalink
fix: execute fastapi example in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA committed Apr 25, 2024
1 parent 417b075 commit 0fce2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/notebook_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ find src/examples -name "*.nbconvert.ipynb" -type f -delete
find src/examples -name "*.ipynb" ! -name "performance_tips.ipynb" | xargs --max-args 1 --max-procs 6 poetry run jupyter nbconvert --to notebook --execute
find src/examples -name "*.nbconvert.ipynb" -type f -delete

./scripts/fastapi_example_test.sh
poetry run ./scripts/fastapi_example_test.sh

0 comments on commit 0fce2d7

Please sign in to comment.