This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 9c0b3c264 Add missing 's' to Jupyter ci and change wrong flag usage
(#1150)
9c0b3c264 is described below
commit 9c0b3c264179b54296fd2ced8181e8d0ad2c5dff
Author: Ryan Huang <[email protected]>
AuthorDate: Sun Mar 8 23:30:49 2026 +0800
Add missing 's' to Jupyter ci and change wrong flag usage (#1150)
* Update notebook-testing.yml
* Update notebook-testing.yml
* Update .github/workflows/notebook-testing.yml
Co-authored-by: Tim Hsiung <[email protected]>
---------
Co-authored-by: Tim Hsiung <[email protected]>
---
.github/workflows/notebook-testing.yml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/notebook-testing.yml
b/.github/workflows/notebook-testing.yml
index 87982610a..f2054b005 100644
--- a/.github/workflows/notebook-testing.yml
+++ b/.github/workflows/notebook-testing.yml
@@ -38,7 +38,4 @@ jobs:
- name: Run Jupyter Notebooks
run: |
- for nb in $(find . -name 'example/qumat/*.ipynb'); do
- echo "Executing $nb"
- uv run jupyter execute "$nb" --inplace
- done
+ uv run jupyter execute examples/qumat/*.ipynb --inplace