Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./dev/environment-dev.yml
environment-name: build_env
cache-environment: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Install pre-commit and identify
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-name: linters
create-args: pre-commit identify
- name: Add micromamba to GITHUB_PATH
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
git -C micromamba-feedstock/ config --local --add safe.directory '*'
- uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-name: mambabuild
create-args: python boa
post-cleanup: none # FIXME the cleanup fails on OSX
Expand Down Expand Up @@ -179,6 +180,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
- uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-name: mambabuild
init-shell: bash cmd.exe
create-args: >-
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/unix_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./dev/environment-dev.yml
environment-name: build_env
cache-environment: true
Expand Down Expand Up @@ -123,6 +124,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./build/environment.lock
environment-name: build_env
- name: Run solv-cpp tests
Expand Down Expand Up @@ -183,6 +185,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./build/environment.lock
environment-name: build_env
- name: Install libmambapy
Expand Down Expand Up @@ -242,6 +245,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./build/environment.lock
environment-name: build_env
- name: install zsh, xonsh, fish and tcsh in linux
Expand Down Expand Up @@ -322,6 +326,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./build/environment.lock
environment-name: build_env
- name: Run tests using conda-content-trust (server side)
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@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./dev/environment-dev.yml
environment-name: build_env
cache-environment: true
Expand Down Expand Up @@ -79,6 +80,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./build/environment.lock
environment-name: build_env
init-shell: bash cmd.exe
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./build/environment.lock
environment-name: build_env
init-shell: bash cmd.exe
Expand Down Expand Up @@ -150,6 +153,7 @@ jobs:
- name: Create build environment
uses: mamba-org/setup-micromamba@v3
with:
micromamba-version: "2.9.0.rc1"
environment-file: ./build/environment.lock
environment-name: build_env
init-shell: bash cmd.exe powershell
Expand Down
Loading