Skip to content

Commit

Permalink
Fix bug with kernel for jupyter-notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharianne committed Jun 25, 2024
1 parent 0aa92ad commit 6164a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
run: |
set -x
python -m pip install --upgrade pip
python -m pip install --upgrade pip ipython ipykernel
ipython kernel install --name "python3" --user
pip install -r requirements.txt
# sudo apt-get purge grub\*
Expand Down

0 comments on commit 6164a0c

Please sign in to comment.