Skip to content

Commit

Permalink
re-enable windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 24, 2024
1 parent 766f550 commit c4a799b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- name: 🛒 Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion lkdev/workflows/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CODECOV_TOKEN = "5cdb6ef4-e80b-44ce-b88d-1402e4dfb781"
META_PYTHON = "3.11"
PYTHONS = ["3.10", "3.11", "3.12"]
PLATFORMS = ["ubuntu-latest", "macos-latest"]
PLATFORMS = ["ubuntu-latest", "macos-latest", "windows-latest"]
VANILLA_PLATFORMS = ["ubuntu-latest", "macos-latest"]
FILTER_PATHS = [
"lenskit/**.py",
Expand Down

0 comments on commit c4a799b

Please sign in to comment.