Skip to content

Commit

Permalink
updates to tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
jarulraj committed May 9, 2023
1 parent 72b454d commit 8a4dc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fi

if [[ ( "$OSTYPE" != "msys" ) && ( "$MODE" = "NOTEBOOK" || "$MODE" = "ALL" ) ]];
then
PYTHONPATH=./ python -m pytest --durations=5 --nbmake --overwrite "./tutorials" --capture=sys --tb=short -v --log-level=WARNING --nbmake-timeout=3000
PYTHONPATH=./ python -m pytest --durations=5 --nbmake --overwrite "./tutorials" --capture=sys --tb=short -v --log-level=WARNING --nbmake-timeout=3000 --ignore="tutorials/08-chatgpt.ipynb"
notebook_test_code=$?
if [ "$notebook_test_code" != "0" ];
then
Expand Down

0 comments on commit 8a4dc38

Please sign in to comment.