Skip to content

Commit

Permalink
feat: Add Windows support to CI workflow and update package platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 22, 2025
1 parent a795528 commit 19d19f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
continue-on-error: true # dont fail the whole matrix if one fails
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14] # , windows-latest removed for now
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]
env: ["py310", "py311", "py312"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Jermiah Joseph <jermiahjoseph98@gmail.com>"]
channels = ["conda-forge"]
description = "Add a short description here"
name = "med-imagetools"
platforms = ["linux-64", "osx-arm64", "osx-64"]
platforms = ["linux-64", "osx-arm64", "osx-64", "win-64"]


[dependencies]
Expand Down

0 comments on commit 19d19f2

Please sign in to comment.