Skip to content

Commit

Permalink
CI: Disable Windows conda due to mamba bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
oursland authored and adrianinsaval committed Aug 5, 2024
1 parent 4801300 commit 270bb01
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/CI_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -98,7 +99,7 @@ jobs:
Ubuntu_20-04,
Ubuntu_22-04_Conda,
Windows,
Windows_Conda,
# Windows_Conda,
Lint
]
if: always()
Expand Down

0 comments on commit 270bb01

Please sign in to comment.