Skip to content

Commit af5c325

Browse files
committed
remove combination of Python/NumPy which doesn't build on Github Actions
1 parent b73880b commit af5c325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/core-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
numpy-version: '1.19.5'
3030
- python-version: '3.11'
3131
numpy-version: '1.20.3'
32+
- python-version: '3.11'
33+
numpy-version: '1.21.6'
3234
steps:
3335
- name: Set up Python ${{ matrix.python-version }}
3436
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)