Skip to content

Commit

Permalink
CI: Disable nipy tests generally, re-add with max numpy (#3532)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Dec 27, 2022
1 parent f98ce46 commit 7382b3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ jobs:
pip-flags: ''
depends: REQUIREMENTS
deb-depends: true
nipype-extras: doc,tests,profiler,duecredit,ssh
- os: ubuntu-20.04
python-version: 3.8
check: test
pip-flags: ''
depends: NUMPY123
deb-depends: true
nipype-extras: doc,tests,nipy,profiler,duecredit,ssh
env:
DEPENDS: ${{ matrix.depends }}
Expand Down
1 change: 1 addition & 0 deletions tools/ci/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ SETUP_REQUIRES="pip setuptools>=30.3.0 wheel"
REQUIREMENTS="-r requirements.txt"
# Minimum versions of minimum requirements
MIN_REQUIREMENTS="-r min-requirements.txt"
NUMPY123="numpy<1.24 -r requirements.txt"

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

0 comments on commit 7382b3d

Please sign in to comment.