This is an automated email from the ASF dual-hosted git repository.
rawkintrevo pushed a commit to branch 454-notebook-testing
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/454-notebook-testing by this
push:
new 556d0bd79 small tinks
556d0bd79 is described below
commit 556d0bd7945c10ca9f2e5f177b1e077ef78731f7
Author: rawkintrevo <[email protected]>
AuthorDate: Thu Sep 5 10:50:20 2024 -0500
small tinks
---
.github/workflows/notebook-testing.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/notebook-testing.yml
b/.github/workflows/notebook-testing.yml
index a39fe4ea1..e29237f31 100644
--- a/.github/workflows/notebook-testing.yml
+++ b/.github/workflows/notebook-testing.yml
@@ -17,14 +17,14 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install nbconvert nbclient
+ pip install nbconvert nbclient ipykernel
- name: Run Jupyter Notebooks
run: |