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:
119119 - name : Upload coverage to Codecov
120120 uses : codecov/codecov-action@v5
121121 with :
122- fail_ci_if_error : true
122+ fail_ci_if_error : false
123123 token : ${{ secrets.CODECOV_TOKEN }}
124124
125125 fileformats-test :
126126 runs-on : ubuntu-latest
127127 strategy :
128128 matrix :
129- python-version : ['3.8 ', '3.12 ']
129+ python-version : ['3.11 ', '3.13 ']
130130 steps :
131131 - uses : actions/checkout@v3
132132 - 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 =
4949 min: lowest-direct
5050
5151commands =
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}
5353
5454[testenv:style]
5555description = Check our style guide
You can’t perform that action at this time.
0 commit comments