Skip to content

Commit fcba246

Browse files
committed
updated tests
1 parent ab4799d commit fcba246

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/async_server_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os:
1212
- ubuntu-latest
13-
- windows-latest
13+
# - windows-latest
1414
- macos-latest
1515
python-version:
1616
- "3.7"
@@ -19,9 +19,9 @@ jobs:
1919
- "3.10"
2020
- "3.11"
2121
- "3.12"
22-
# exclude:
23-
# - os: windows-latest
24-
# python-version: "3.12"
22+
exclude:
23+
- os: windows-latest
24+
python-version: "3.12"
2525
runs-on: ${{matrix.os}}
2626
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2727

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- "3.10"
2020
- "3.11"
2121
- "3.12"
22-
# exclude:
23-
# - os: windows-latest
24-
# python-version: "3.12"
22+
exclude:
23+
- os: windows-latest
24+
python-version: "3.12"
2525
runs-on: ${{matrix.os}}
2626
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2727

0 commit comments

Comments
 (0)