From 1f7aea257ee2c39537fb77821962856fdcea79ee Mon Sep 17 00:00:00 2001 From: rawkintrevo Date: Thu, 5 Sep 2024 11:13:36 -0500 Subject: [PATCH] install dependencies in notebook --- .github/workflows/notebook-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook-testing.yml b/.github/workflows/notebook-testing.yml index d264e7d87..780d0e62f 100644 --- a/.github/workflows/notebook-testing.yml +++ b/.github/workflows/notebook-testing.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install nbconvert nbclient ipykernel git+https://github.com/apache/mahout.git@main + pip install nbconvert nbclient ipykernel - name: Run Jupyter Notebooks run: |