Skip to content

Commit f858655

Browse files
committed
exclude "new Python with old numpy" from the CI matrix
1 parent 79c9e29 commit f858655

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/core-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
numpy-version: '1.22.4'
2828
- python-version: '3.7'
2929
numpy-version: '1.23.0'
30+
- python-version: '3.10'
31+
numpy-version: '1.18.5'
32+
- python-version: '3.10'
33+
numpy-version: '1.19.5'
3034
steps:
3135
- name: Set up Python ${{ matrix.python-version }}
3236
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)