Skip to content

Commit 6dbd129

Browse files
committed
fixes
1 parent 1b9319d commit 6dbd129

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Run tests
5050
uses: matlab-actions/[email protected]
5151
with:
52-
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
52+
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run runTests;
5353

5454
- name: Code coverage
5555
uses: codecov/codecov-action@v3

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ formats:
1818

1919
# Optionally set the version of Python and requirements required to build your docs
2020
python:
21-
version: 3
21+
version: 3.11
2222
install:
2323
- requirements: requirements.txt

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ authors:
4343
orcid: "https://orcid.org/0000-0001-5796-1388"
4444
affiliation: "Université catholique de Louvain"
4545

46-
license: MIT license
46+
license: MIT
4747

4848
keywords:
4949
- BIDS

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sphinx_rtd_theme
55
myst-parser
66
sphinx-copybutton
77

8-
miss_hit==0.9.35
8+
miss_hit
99
pre-commit
1010

1111
notebook

0 commit comments

Comments
 (0)