Skip to content

Commit 21f7f52

Browse files
committed
Register ipykernel
1 parent 8fcc276 commit 21f7f52

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci-tests-drafts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
pip install -e .
2828
pip install -e .[test]
2929
pip install pytest pytest-cov
30+
- name: Register Jupyter Kernel
31+
run: |
32+
python -m ipykernel install --user --name python3
3033
- name: Test with pytest
3134
run: |
3235
pytest --cov=causal_testing --cov-report=xml

.github/workflows/ci-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
pip install -e .
3333
pip install -e .[test]
3434
pip install pytest pytest-cov
35+
- name: Register Jupyter Kernel
36+
run: |
37+
python -m ipykernel install --user --name python3
3538
- name: Test with pytest
3639
run: |
3740
pytest --cov=causal_testing --cov-report=xml

0 commit comments

Comments
 (0)