diff --git a/.github/workflows/notebook-testing.yml b/.github/workflows/notebook-testing.yml index e29237f31..2306ee4f3 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 + pip install nbconvert nbclient ipykernel git+https://github.com/apache/mahout.git@main - name: Run Jupyter Notebooks run: |