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
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@
skip-pynwb-compatibilty-test-for-tutorial: '0'
- matlab-version: R2024b
python-version: '3.11'
skip-pynwb-compatibilty-test-for-tutorial: '0'
- matlab-version: R2025a
python-version: '3.12'
skip-pynwb-compatibilty-test-for-tutorial: '0'
- matlab-version: R2025b
python-version: '3.13'
skip-pynwb-compatibilty-test-for-tutorial: '0'
6 changes: 6 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
- matlab-version: R2024b
python-version: '3.11'
skip-pynwb-compatibilty-test-for-tutorial: '0'
- matlab-version: R2025a
python-version: '3.12'
skip-pynwb-compatibilty-test-for-tutorial: '0'
- matlab-version: R2025b
python-version: '3.13'
skip-pynwb-compatibilty-test-for-tutorial: '0'
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "*.md"
- "*.codespellrc"
- ".github/**"
- "!.github/workflows/run_tests.yml"
- "docs/**"
push:
branches:
Expand Down