We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1a5ac commit 7c6d39cCopy full SHA for 7c6d39c
.github/workflows/test_actions.yml
@@ -31,8 +31,9 @@ jobs:
31
- name: Install dependencies
32
run: |
33
python -m pip install --upgrade pip
34
+ pip install -r requirements.txt
35
pip install nbformat nbconvert jupyter ipykernel
- python -m ipykernel install --user --name=python3
36
+ # python -m ipykernel install --user --name=python3
37
38
- name: List notebook files
39
run: ls -la notebooks
0 commit comments