Skip to content

Commit

Permalink
remove windows tests
Browse files Browse the repository at this point in the history
currently both mac and windows tests are failing so just keep ubuntu
  • Loading branch information
jcharkow committed Nov 21, 2024
1 parent 0c342e9 commit 527c365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
# Requirements file generated with python=3.11
python-version: ["3.11"]
steps:
Expand Down

0 comments on commit 527c365

Please sign in to comment.