Skip to content

Commit 3fef210

Browse files
committed
parameterize numpy
1 parent fa6e90c commit 3fef210

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
2727
python-version: ['3.9', '3.10', '3.11', '3.12']
28+
numpy-version: ['1.26', '2.0', '2.1']
2829

2930
steps:
3031
- name: Check out
@@ -40,6 +41,10 @@ jobs:
4041
auto-update-conda: true
4142
environment-file: .github/environment.yml
4243

44+
- name: Install Numpy ${{ matrix.numpy-version }}
45+
shell: bash -l {0}
46+
run: |
47+
mamba install python=${{ matrix.numpy-version }}
4348
4449
- name: Install
4550
shell: bash -l {0}

0 commit comments

Comments
 (0)