Skip to content

Commit

Permalink
pip install before notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkintrevo committed Sep 5, 2024
1 parent 556d0bd commit e1b199f
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
pip install nbconvert nbclient ipykernel git+https://github.com/apache/mahout.git@main
- name: Run Jupyter Notebooks
run: |
Expand Down

0 comments on commit e1b199f

Please sign in to comment.