Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Oct 15, 2023
1 parent ab4799d commit fcba246
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/async_server_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
# - windows-latest
- macos-latest
python-version:
- "3.7"
Expand All @@ -19,9 +19,9 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
# exclude:
# - os: windows-latest
# python-version: "3.12"
exclude:
- os: windows-latest
python-version: "3.12"
runs-on: ${{matrix.os}}
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
# exclude:
# - os: windows-latest
# python-version: "3.12"
exclude:
- os: windows-latest
python-version: "3.12"
runs-on: ${{matrix.os}}
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'

Expand Down

0 comments on commit fcba246

Please sign in to comment.