Skip to content

Commit

Permalink
Test with NumPy 1.25 on Windows and macOS on Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Jul 31, 2023
1 parent 0ba4460 commit f409e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
TEST_START_INDEX: 0
py311_np124:
PYTHON: '3.11'
NUMPY: '1.24'
NUMPY: '1.25'
CONDA_ENV: 'azure_ci'
TEST_THREADING: 'tbb'
TEST_START_INDEX: 1
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/azure/azure-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
TEST_START_INDEX: 18
py311_np124:
PYTHON: '3.11'
NUMPY: '1.24'
NUMPY: '1.25'
CONDA_ENV: 'testenv'
TEST_START_INDEX: 19

Expand Down

0 comments on commit f409e3a

Please sign in to comment.