Skip to content

Commit

Permalink
more syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 7c3ec6b commit eab1b11
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eab1b11

Please sign in to comment.