Skip to content

Commit 6bd3e27

Browse files
authored
Merge branch 'master' into dependabot/github_actions/prefix-dev/setup-pixi-0.9.2
2 parents dde664c + 615b7ba commit 6bd3e27

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
run: tox c
7373
- name: Run tox
7474
run: tox -v --exit-and-dump-after 1200
75+
- name: Minimize uv cache
76+
run: uv cache prune --ci
77+
if: ${{ always() }}
7578
- uses: codecov/codecov-action@v5
7679
with:
7780
token: ${{ secrets.CODECOV_TOKEN }}
@@ -96,3 +99,6 @@ jobs:
9699
run: tox c -e ${{ matrix.check }}
97100
- name: Run check
98101
run: tox -e ${{ matrix.check }}
102+
- name: Minimize uv cache
103+
run: uv cache prune --ci
104+
if: ${{ always() }}

fmriprep/interfaces/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import nipype.interfaces.io as nio
3434
from nipype.algorithms import confounds as nac
3535
from nipype.interfaces.base import File, traits
36-
from numpy.linalg.linalg import LinAlgError
36+
from numpy.linalg import LinAlgError
3737

3838

3939
class RobustACompCor(nac.ACompCor):

0 commit comments

Comments
 (0)