Skip to content

Commit

Permalink
improve notebook test logging and verbosity to diagnose timeouts (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Aug 3, 2023
1 parent ebee56c commit 48b326d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-notebook-vision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Run notebook tests
shell: bash -l {0}
run: python -m pytest notebooks -m vision_notebooks
run: python -m pytest -s -v notebooks -m vision_notebooks

- name: Upload notebook test result
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

- name: Run notebook tests
shell: bash -l {0}
run: python -m pytest notebooks -m notebooks
run: python -m pytest -s -v notebooks -m notebooks

- name: Upload notebook test result
if: always()
Expand Down

0 comments on commit 48b326d

Please sign in to comment.