Skip to content

Commit

Permalink
CI: Enable MSVC Again
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 24, 2024
1 parent 31734d3 commit 694c7e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 694c7e4

Please sign in to comment.