We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9921eab commit 14ec0f6Copy full SHA for 14ec0f6
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
OS: ['ubuntu', 'macos', 'windows']
17
PYTHON_VERSION: ['3.10', '3.11', '3.12']
18
SPYDER_SOURCE: ['conda', 'git']
19
- exclude:
+ exclude:
20
- OS: ['macos', 'windows']
21
PYTHON_VERSION: ['3.11']
22
name: ${{ matrix.OS }} py${{ matrix.PYTHON_VERSION }} spyder-from-${{ matrix.SPYDER_SOURCE }}
0 commit comments