Skip to content

Commit

Permalink
maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed May 16, 2024
1 parent 0d2b5fc commit 0f3f51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.12", "3.11", "3.10"]

steps:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ betapipeline = "imgtools.autopipeline_refactored:main"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
ruff = "^0.4.4"
pytest-cov = ">=4.0.0"
pytest-xdist = ">=3.5.0"

[tool.poetry.extras]
torch = ["torch", "torchio"]
Expand Down

0 comments on commit 0f3f51b

Please sign in to comment.