Skip to content

Commit 7382b3d

Browse files
authored
CI: Disable nipy tests generally, re-add with max numpy (#3532)
1 parent f98ce46 commit 7382b3d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ jobs:
104104
pip-flags: ''
105105
depends: REQUIREMENTS
106106
deb-depends: true
107+
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
107114
nipype-extras: doc,tests,nipy,profiler,duecredit,ssh
108115
env:
109116
DEPENDS: ${{ matrix.depends }}

tools/ci/env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SETUP_REQUIRES="pip setuptools>=30.3.0 wheel"
44
REQUIREMENTS="-r requirements.txt"
55
# Minimum versions of minimum requirements
66
MIN_REQUIREMENTS="-r min-requirements.txt"
7+
NUMPY123="numpy<1.24 -r requirements.txt"
78

89
# Numpy and scipy upload nightly/weekly/intermittent wheels
910
NIGHTLY_WHEELS="https://pypi.anaconda.org/scipy-wheels-nightly/simple"

0 commit comments

Comments
 (0)