Skip to content

Commit 366fa33

Browse files
committed
Undoing test upgrade to Python 3.13 for tests that use Stan
1 parent 591bd3a commit 366fa33

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/coverage-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: '3.13'
28+
# Testing on version that Stan currently supports
29+
python-version: '3.12'
2930

3031
- name: install pints
3132
run: |

.github/workflows/notebook-interfaces-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.13'
20+
# Testing on version that Stan currently supports
21+
python-version: '3.12'
2122

2223
# We use e.g. install pints[stan] to install dependencies for interfaces
2324
# that have some code in pints/interfaces. Dependencies that are not used

0 commit comments

Comments
 (0)