From 51848bd5085e6a5f5abe44e06c3d6e42ec7f2103 Mon Sep 17 00:00:00 2001 From: Marcel Zwiers Date: Tue, 29 Oct 2024 11:08:33 +0100 Subject: [PATCH] Revert "Build test" (374e27898631c343556515859aa5d4eb7250a4df) / new build test (without spec2nii) --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 11ab0748..6b17ec28 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: python-version: ['3.8', '3.13'] - os: [ubuntu-latest, windows-latest] # , macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] exclude: - os: macos-latest python-version: '3.8' @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip - pip install .[all] pytest + pip install .[dcm2niix2bids,deface] pytest - name: Install dcm2niix posix if: runner.os != 'Windows'