Skip to content

Commit 44a861b

Browse files
Bugfix for notebook testing github action
1 parent 1fa4e2b commit 44a861b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
python -m pip install --upgrade pip
3131
pip install -e .[dev]
3232
33+
- name: Install Python kernel for notebooks
34+
run: |
35+
python -m ipykernel install --user --name python3
36+
3337
- name: Run tests
3438
run: |
3539
cd tests

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ dev = [
4646
"pydocstyle",
4747
"nbconvert",
4848
"nbformat",
49+
"ipykernel",
4950
]
5051

5152
# Warn when modules, classes, methods, or functions lack docstrings (run: pydocstyle .)

0 commit comments

Comments
 (0)