Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/notebook-interfaces-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
# Testing on version that Stan currently supports
python-version: '3.12'

# We use e.g. install pints[stan] to install dependencies for interfaces
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test-os-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
# Note: Ubuntu 22 is checked by other tests
os: [ubuntu-22.04, macos-latest, windows-latest]
# Note: Ubuntu 24 is checked by other tests

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-pypi.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.11'
python-version: '3.13'

- name: install dependencies
run: |
Expand Down
Loading