Skip to content

Commit

Permalink
Merge branch 'fmriprep' into fmriprep
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkeator authored Jun 4, 2024
2 parents 9b55891 + eb0fa56 commit c10bf10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '^3.8'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set up Python
if: steps.auto-version.outputs.version != ''
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '^3.8'

Expand Down
2 changes: 1 addition & 1 deletion src/nidm/experiment/tools/csv2nidm.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def main():
# f.write(project.serializeTurtle())

id_field = detect_idfield(column_to_terms)

# if we couldn't find a subject ID field in column_to_terms, ask user
if id_field is None:
# ask user for id field
Expand Down

0 comments on commit c10bf10

Please sign in to comment.