Skip to content

Commit

Permalink
Added pandas to notebook tests, for renewal estimation notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Dec 30, 2024
1 parent f1ef099 commit bb5903f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/notebook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
python -m pip install .
python -m pip install .[dev]
# Install pandas for "estimation renewal" notebook
- name: install pandas
run: |
python -m pip install pandas
- name: run jupyter notebooks
run: |
python run-tests.py --books

0 comments on commit bb5903f

Please sign in to comment.