From 270bb0122ea15bbc562942b9d0756fabb89362c0 Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Mon, 5 Aug 2024 09:15:47 -0700 Subject: [PATCH] CI: Disable Windows conda due to mamba bug. --- .github/workflows/CI_master.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI_master.yml b/.github/workflows/CI_master.yml index 97c3207279b2..58c7b8873adb 100644 --- a/.github/workflows/CI_master.yml +++ b/.github/workflows/CI_master.yml @@ -75,11 +75,12 @@ jobs: with: artifactBasename: Windows-${{ github.run_id }} - Windows_Conda: - needs: [Prepare] - uses: ./.github/workflows/sub_buildWindowsConda.yml - with: - artifactBasename: Windows_Conda-${{ 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 }} Lint: needs: [Prepare] @@ -98,7 +99,7 @@ jobs: Ubuntu_20-04, Ubuntu_22-04_Conda, Windows, - Windows_Conda, + # Windows_Conda, Lint ] if: always()