From 591ffab14345d6df677199d53f86ab1f4da5ad73 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Sun, 2 Feb 2025 13:58:20 -0500 Subject: [PATCH] fix for Windows CI --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9cffa4e..67078d7 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -43,7 +43,7 @@ jobs: elif [[ "${platform}" == "Darwin" ]]; then brew install hdf5 fi - # if: ${{ matrix.os != 'windows-latest' }} + if: ${{ matrix.os != 'windows-latest' }} - name: Install Python dependencies run: | python -m pip install --upgrade pip