Skip to content

Commit 1c26290

Browse files
committed
Exclude "Python" 3.8 on "Windows" from "CI" matrix.
1 parent e227150 commit 1c26290

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration-quality-unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
matrix:
1010
os: [macOS-latest, ubuntu-20.04, windows-2019]
1111
python-version: [3.8, 3.9, '3.10']
12+
exclude:
13+
- os: windows-latest
14+
python-version: 3.8
1215
fail-fast: false
1316
runs-on: ${{ matrix.os }}
1417
steps:

0 commit comments

Comments
 (0)