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
2 changes: 1 addition & 1 deletion bids-matlab/.github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout nilearn
uses: actions/checkout@v5
- name: Setup python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion bids-matlab/.github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
make install

- name: Run commands
uses: matlab-actions/run-command@v2.2.2
uses: matlab-actions/run-command@v2.3.0
with:
command: cd('demos/notebooks'); success = test_notebooks(); assert(success);
6 changes: 3 additions & 3 deletions bids-matlab/.github/workflows/run_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: deno install -Agf -n bids-validator jsr:@bids/validator

- name: Setup python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.13'

Expand All @@ -80,14 +80,14 @@ jobs:

- name: Run slow tests
if: matrix.test == 'slow'
uses: matlab-actions/run-command@v2.2.2
uses: matlab-actions/run-command@v2.3.0
with:
command: run MOxUnit/MOxUnit/moxunit_set_path(); addpath(fullfile(pwd, 'MOcov', 'MOcov')); global SLOW; SLOW=true; addpath(getenv('GITHUB_WORKSPACE'));
success = run_tests(); assert(success);

- name: Run fast tests
if: matrix.test == 'fast'
uses: matlab-actions/run-command@v2.2.2
uses: matlab-actions/run-command@v2.3.0
with:
command: run MOxUnit/MOxUnit/moxunit_set_path(); addpath(fullfile(pwd, 'MOcov', 'MOcov')); addpath(getenv('GITHUB_WORKSPACE')); success = run_tests();
assert(success);
2 changes: 1 addition & 1 deletion bids-matlab/.github/workflows/run_tests_octave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: deno install -Agf -n bids-validator jsr:@bids/validator

- name: Setup python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.13'

Expand Down
2 changes: 1 addition & 1 deletion bids-matlab/schema.json

Large diffs are not rendered by default.