From f1ef099f2e928aa7a716985d3dea8c67534e3589 Mon Sep 17 00:00:00 2001 From: Michael Clerx Date: Mon, 30 Dec 2024 15:05:13 +0000 Subject: [PATCH 1/2] Reverted to python 3.12 for notebook tests that use pystan --- .github/workflows/notebook-interfaces-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebook-interfaces-test.yml b/.github/workflows/notebook-interfaces-test.yml index b8b20b7f2..56aac7745 100644 --- a/.github/workflows/notebook-interfaces-test.yml +++ b/.github/workflows/notebook-interfaces-test.yml @@ -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 From bb5903f33540f0f9ee214e7e9505aaf49f8d5421 Mon Sep 17 00:00:00 2001 From: Michael Clerx Date: Mon, 30 Dec 2024 15:26:11 +0000 Subject: [PATCH 2/2] Added pandas to notebook tests, for renewal estimation notebook. --- .github/workflows/notebook-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/notebook-test.yml b/.github/workflows/notebook-test.yml index 03e35d897..6b819f0a2 100644 --- a/.github/workflows/notebook-test.yml +++ b/.github/workflows/notebook-test.yml @@ -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