Skip to content

Commit 4d54461

Browse files
committed
Fix workflow synatx
1 parent 7c0116c commit 4d54461

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
matrix:
88
python-version: ['3.8', '3.9', '3.10', '3.11']
99
numpy-version: ['1.21', '1.26', 'dev']
10+
exclude:
11+
- python-version: '3.11'
12+
numpy-version: '1.21'
13+
- python-version: '3.8'
14+
numpy-version: 'dev'
1015
fail-fast: true
11-
exclude:
12-
- python-version: '3.11'
13-
numpy-version: '1.21'
14-
- python-version: '3.8'
15-
numpy-version: 'dev'
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)