File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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 }}
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() }}
Original file line number Diff line number Diff line change 3333import nipype .interfaces .io as nio
3434from nipype .algorithms import confounds as nac
3535from nipype .interfaces .base import File , traits
36- from numpy .linalg . linalg import LinAlgError
36+ from numpy .linalg import LinAlgError
3737
3838
3939class RobustACompCor (nac .ACompCor ):
You can’t perform that action at this time.
0 commit comments