Skip to content

Commit bfa37d7

Browse files
committed
CI: Drop nipy tests until a fixed nipy is released
1 parent d0830fa commit bfa37d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105
depends: REQUIREMENTS
106106
deb-depends: true
107107
nipype-extras: doc,tests,profiler,duecredit,ssh
108-
- os: ubuntu-20.04
109-
python-version: 3.8
110-
check: test
111-
pip-flags: ''
112-
depends: NUMPY123
113-
deb-depends: true
114-
nipype-extras: doc,tests,nipy,profiler,duecredit,ssh
108+
# - os: ubuntu-20.04
109+
# python-version: 3.8
110+
# check: test
111+
# pip-flags: ''
112+
# depends: NUMPY123
113+
# deb-depends: true
114+
# nipype-extras: doc,tests,nipy,profiler,duecredit,ssh
115115
env:
116116
DEPENDS: ${{ matrix.depends }}
117117
CHECK_TYPE: ${{ matrix.check }}

0 commit comments

Comments
 (0)