Skip to content

Commit

Permalink
GHA issue workaround (#3476)
Browse files Browse the repository at this point in the history
Back to micromamba 1.5.10 on Windows
  • Loading branch information
JohanMabille authored Sep 27, 2024
1 parent a656fe9 commit df9a2dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-name: mambabuild
init-shell: bash cmd.exe
# Constraint on fmt is due to an issue with 11.0.2 (to be fixed in next version)
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: ./dev/environment-dev.yml
environment-name: build_env
cache-environment: true
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: ./build/environment.lock
environment-name: build_env
init-shell: bash cmd.exe
Expand Down Expand Up @@ -106,6 +108,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: ./build/environment.lock
environment-name: build_env
init-shell: bash cmd.exe
Expand Down Expand Up @@ -134,6 +137,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: ./build/environment.lock
environment-name: build_env
init-shell: bash cmd.exe powershell
Expand Down

0 comments on commit df9a2dc

Please sign in to comment.