File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ jobs:
119
119
- name : Upload coverage to Codecov
120
120
uses : codecov/codecov-action@v5
121
121
with :
122
- fail_ci_if_error : true
122
+ fail_ci_if_error : false
123
123
token : ${{ secrets.CODECOV_TOKEN }}
124
124
125
125
fileformats-test :
126
126
runs-on : ubuntu-latest
127
127
strategy :
128
128
matrix :
129
- python-version : ['3.8 ', '3.12 ']
129
+ python-version : ['3.11 ', '3.13 ']
130
130
steps :
131
131
- uses : actions/checkout@v3
132
132
- name : Revert version to most recent tag on upstream update
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ uv_resolution =
49
49
min: lowest-direct
50
50
51
51
commands =
52
- pytest pydra/tasks/ants --cov =pydra.tasks.ants --cov-report term-missing --durations =20 --durations-min =1.0 {posargs:-n auto}
52
+ pytest pydra/tasks/fsl --cov =pydra.tasks.fsl --cov-report term-missing --durations =20 --durations-min =1.0 {posargs:-n auto}
53
53
54
54
[testenv:style]
55
55
description = Check our style guide
You can’t perform that action at this time.
0 commit comments