Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Run doc notebooks in CI #24816

Merged
merged 20 commits into from
May 17, 2022
Next Next commit
Run doc notebooks
  • Loading branch information
Yard1 committed May 15, 2022
commit 66b88a2baa34c5c23b91d09288d00673bf6f89ba
4 changes: 2 additions & 2 deletions doc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ py_test(

py_test_run_all_notebooks(
size = "medium",
include = ["doc/source/tune/examples/*.ipynb"],
include = ["source/tune/examples/*.ipynb"],
exclude = [],
data = ["//doc/source/tune/examples:tune_examples"],
tags = ["exclusive", "team:ml"],
Expand All @@ -165,7 +165,7 @@ py_test_run_all_subdirectory(

py_test_run_all_notebooks(
size = "medium",
include = ["doc/source/ray-air/examples/*.ipynb"],
include = ["source/ray-air/examples/*.ipynb"],
exclude = [],
data = ["//doc/source/ray-air/examples:air_examples"],
tags = ["exclusive", "team:ml"],
Expand Down