Skip to content

Commit 7c6d39c

Browse files
Update test_actions.yml
1 parent 0b1a5ac commit 7c6d39c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34+
pip install -r requirements.txt
3435
pip install nbformat nbconvert jupyter ipykernel
35-
python -m ipykernel install --user --name=python3
36+
# python -m ipykernel install --user --name=python3
3637
3738
- name: List notebook files
3839
run: ls -la notebooks

0 commit comments

Comments
 (0)