diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1af08e3..c51a27b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 1923afa..1c1111f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]