Skip to content

Commit

Permalink
Merge pull request #1701 from pints-team/notebook-tests-2024
Browse files Browse the repository at this point in the history
Notebook tests fixes
  • Loading branch information
MichaelClerx authored Dec 30, 2024
2 parents 37c4778 + bb5903f commit b75d792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook-interfaces-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.12'

# We use e.g. install pints[stan] to install dependencies for interfaces
# that have some code in pints/interfaces. Dependencies that are not used
Expand Down
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 b75d792

Please sign in to comment.