Skip to content

Commit

Permalink
fix: circleci build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Sep 16, 2023
1 parent 0ca7438 commit 2161add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- run:
name: Test and upload coverage report to coveralls
no_output_timeout: 10m # 10 minute timeout
no_output_timeout: 30m # 10 minute timeout
environment:
PY_VERSION: << parameters.v >>
command: |
Expand Down
2 changes: 1 addition & 1 deletion script/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ long_integration_test() {
}

notebook_test() {
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" --ignore="tutorials/14-food-review-tone-analysis-and-response.ipynb" --ignore="tutorials/15-AI-powered-join.ipynb"
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" --ignore="tutorials/14-food-review-tone-analysis-and-response.ipynb" --ignore="tutorials/15-AI-powered-join.ipynb" --ignore="tutorials/16-homesale-forecasting.ipynb"
code=$?
print_error_code $code "NOTEBOOK TEST"
}
Expand Down

0 comments on commit 2161add

Please sign in to comment.