Skip to content

Commit

Permalink
install dependencies in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkintrevo committed Sep 5, 2024
1 parent 6f7acd5 commit 1f7aea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1f7aea2

Please sign in to comment.