Skip to content

Commit 18a9196

Browse files
Laplace Demo (#307)
* laplace demo * test * we > you * add matplotlib to reqs * roll back matplotlib in reqs * tests and minor edits * removed skip lock flag * Update tests.yml * mypy can't work on ipynb file Co-authored-by: Chinmay Shah <[email protected]>
1 parent 61009e3 commit 18a9196

File tree

2 files changed

+631
-0
lines changed

2 files changed

+631
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
pipenv run python -m pip install --force-reinstall $wheel_path
7171
- name: Run tests
7272
run: |
73+
pipenv install matplotlib
7374
pipenv run coverage run -m pytest tests
7475
- name: Check Python code coverage
7576
if: runner.os == 'Linux' # Coverage will be the same on all systems so only running the check on Linux

0 commit comments

Comments
 (0)