Skip to content

Commit

Permalink
add tests for windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Nov 21, 2024
1 parent ce075f3 commit a0235e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
#os: [ubuntu-latest, windows-latest, macos-latest] # remove mac tests
os: [ubuntu-latest, windows-latest, macos-latest]
# Requirements file generated with python=3.11
python-version: ["3.11"]
steps:
Expand Down

0 comments on commit a0235e0

Please sign in to comment.