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 8fcc276 commit 21f7f52Copy full SHA for 21f7f52
2 files changed
.github/workflows/ci-tests-drafts.yaml
@@ -27,6 +27,9 @@ jobs:
27
pip install -e .
28
pip install -e .[test]
29
pip install pytest pytest-cov
30
+ - name: Register Jupyter Kernel
31
+ run: |
32
+ python -m ipykernel install --user --name python3
33
- name: Test with pytest
34
run: |
35
pytest --cov=causal_testing --cov-report=xml
.github/workflows/ci-tests.yaml
@@ -32,6 +32,9 @@ jobs:
36
37
38
39
40
0 commit comments