Skip to content

Commit 14ec0f6

Browse files
committed
TBF: Fix syntax
1 parent 9921eab commit 14ec0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
OS: ['ubuntu', 'macos', 'windows']
1717
PYTHON_VERSION: ['3.10', '3.11', '3.12']
1818
SPYDER_SOURCE: ['conda', 'git']
19-
exclude:
19+
exclude:
2020
- OS: ['macos', 'windows']
2121
PYTHON_VERSION: ['3.11']
2222
name: ${{ matrix.OS }} py${{ matrix.PYTHON_VERSION }} spyder-from-${{ matrix.SPYDER_SOURCE }}

0 commit comments

Comments
 (0)