From cac8839ce5b37a4ab965b1224977ea3bc0d5b1f7 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 23 Sep 2024 20:46:46 -0700 Subject: [PATCH] CI: Enable MSVC Again --- .github/workflows/windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fc75ccb0141..d6030743524 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -10,9 +10,7 @@ jobs: build_win_msvc: name: MSVC C++17 w/o MPI runs-on: windows-latest - # disabled due to issues in #5230 - if: 0 - #if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5