Skip to content

Commit

Permalink
Re-enable windows and mac testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markcampanelli committed Feb 11, 2024
1 parent bb90adb commit 0af4dec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ jobs:
build:
strategy:
matrix:
# TODO Re-enable other platforms.
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]

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

0 comments on commit 0af4dec

Please sign in to comment.