Skip to content

Commit a078173

Browse files
committed
more tweaks to CI matrix
1 parent f858655 commit a078173

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/core-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717

1818
strategy:
19-
fail-fast: true
19+
fail-fast: false
2020
matrix:
2121
os: ["ubuntu-latest", "windows-latest"]
2222
# "macos-latest",
@@ -31,6 +31,8 @@ jobs:
3131
numpy-version: '1.18.5'
3232
- python-version: '3.10'
3333
numpy-version: '1.19.5'
34+
- python-version: '3.10'
35+
numpy-version: '1.20.3'
3436
steps:
3537
- name: Set up Python ${{ matrix.python-version }}
3638
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)