Skip to content

Commit 3f5b35f

Browse files
authored
Update main.yml
1 parent 03fc788 commit 3f5b35f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22+
pip install ipython ipykernel
23+
ipython kernel install --name "python3" --user
2224
pip install -r requirements.txt
2325
- name: run code
2426
run: |

0 commit comments

Comments
 (0)