Skip to content

Commit

Permalink
Win: Skip Python Running for Now
Browse files Browse the repository at this point in the history
Skip for now:
- pytest
- analysis
- plot
- python tests
  • Loading branch information
ax3l committed Aug 19, 2022
1 parent 16e5cb8 commit 960fb4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cmake --build build --config RelWithDebInfo --target pip_install
if(!$?) { Exit $LASTEXITCODE }
ctest --test-dir build --build-config RelWithDebInfo --output-on-failure -E AMReX
ctest --test-dir build --build-config RelWithDebInfo --output-on-failure -E AMReX -E py -E pytest -E analysis -E plot
if(!$?) { Exit $LASTEXITCODE }
build_win_clang:
Expand Down Expand Up @@ -98,5 +98,5 @@ jobs:
cmake --build build --config Release --target pip_install
if errorlevel 1 exit 1
ctest --test-dir build --build-config Release --output-on-failure -E AMReX
ctest --test-dir build --build-config Release --output-on-failure -E AMReX -E py -E pytest -E analysis -E plot
if errorlevel 1 exit 1

0 comments on commit 960fb4b

Please sign in to comment.