Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4701 from thewtex/test-n…
Browse files Browse the repository at this point in the history
…umpy-2

COMP: Test NumPy pre-releases (NumPy 2.0 RC) in CI
  • Loading branch information
thewtex authored May 31, 2024
2 parents b6ab07f + 7684b6c commit ece3f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
set -x
python3 -m pip install ninja
python3 -m pip install numpy
python3 -m pip install --upgrade --pre numpy
- name: Download dashboard script and testing data
run: |
Expand Down
3 changes: 2 additions & 1 deletion Testing/ContinuousIntegration/AzurePipelinesLinuxPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:

- bash: |
set -x
python3 -m pip install ninja numpy>=1.20 typing-extensions
python3 -m pip install ninja typing-extensions
python3 -m pip install --upgrade --pre numpy
python3 -m pip install --upgrade setuptools
python3 -m pip install lxml scikit-ci-addons dask distributed
displayName: 'Install dependencies'
Expand Down

0 comments on commit ece3f4f

Please sign in to comment.