Skip to content

Commit

Permalink
Merge pull request FreeCAD#15893 from oursland/enable-windows-ci
Browse files Browse the repository at this point in the history
Revert "CI: Disable Windows conda due to mamba bug."
  • Loading branch information
chennes authored Aug 15, 2024
2 parents dc6b7ce + 5c12ac5 commit 87e7396
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/CI_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -99,7 +98,7 @@ jobs:
Ubuntu_20-04,
Ubuntu_22-04_Conda,
Windows,
# Windows_Conda,
Windows_Conda,
Lint
]
if: always()
Expand Down

0 comments on commit 87e7396

Please sign in to comment.