Skip to content

Commit

Permalink
test windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
locsmith committed Apr 18, 2024
1 parent 476750a commit bffe7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
build:
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
os: [ubuntu-latest, macos-latest] #windows-latest]
python-version: [ "3.8" ]#, "3.9", "3.10", "3.11", "3.12" ]
os: [windows-latest] #ubuntu-latest, macos-latest] #windows-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit bffe7cc

Please sign in to comment.