From eab1b111ada6de2b864df702db07b4cf90d8abd6 Mon Sep 17 00:00:00 2001 From: Erin Sheldon Date: Wed, 19 Jun 2024 13:58:51 -0400 Subject: [PATCH] more syntax errors --- .github/workflows/test-windows.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-windows.yaml b/.github/workflows/test-windows.yaml index 239cea3a..11141719 100644 --- a/.github/workflows/test-windows.yaml +++ b/.github/workflows/test-windows.yaml @@ -32,13 +32,7 @@ jobs: mkdir build cd build - cmake -G "NMake Makefiles" ^ - -D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ - -D CMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ - -D CMAKE_BUILD_TYPE=Release ^ - -D TESTS=On ^ - -D UTILS=On ^ - .. + cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% -D CMAKE_PREFIX_PATH=%LIBRARY_PREFIX% -D CMAKE_BUILD_TYPE=Release -D TESTS=On -D UTILS=On .. nmake @@ -48,10 +42,7 @@ jobs: cd .. - name: Install code - run: pip install -e . \ - --global-option="build_ext" \ - --global-option="--use-system-fitsio" - + run: pip install -e . --global-option="build_ext" --global-option="--use-system-fitsio" - name: test run: | pip install pytest