From 5c12ac541fe7abd0a04d6605b60f9538e1ca3206 Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Thu, 15 Aug 2024 12:38:00 -0500 Subject: [PATCH] Revert "CI: Disable Windows conda due to mamba bug." This reverts commit 77167d81670c73892e01b94b65ebc5d76b278a21. --- .github/workflows/CI_master.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI_master.yml b/.github/workflows/CI_master.yml index 58c7b8873a..97c3207279 100644 --- a/.github/workflows/CI_master.yml +++ b/.github/workflows/CI_master.yml @@ -75,12 +75,11 @@ jobs: with: artifactBasename: Windows-${{ github.run_id }} - ## Disable until the following issue is resolved: https://github.com/mamba-org/mamba/issues/3292 - # Windows_Conda: - # needs: [Prepare] - # uses: ./.github/workflows/sub_buildWindowsConda.yml - # with: - # artifactBasename: Windows_Conda-${{ github.run_id }} + Windows_Conda: + needs: [Prepare] + uses: ./.github/workflows/sub_buildWindowsConda.yml + with: + artifactBasename: Windows_Conda-${{ github.run_id }} Lint: needs: [Prepare] @@ -99,7 +98,7 @@ jobs: Ubuntu_20-04, Ubuntu_22-04_Conda, Windows, - # Windows_Conda, + Windows_Conda, Lint ] if: always()