Skip to content

Commit 2f7821a

Browse files
authored
[phast3] Added micromamba support
1 parent ac96d6e commit 2f7821a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/cmake-multi-platform.yml

+10
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ jobs:
6464
compiler: ${{ matrix.toolchain.compiler }}
6565
version: ${{ matrix.toolchain.version }}
6666

67+
- uses: mamba-org/setup-micromamba@v1
68+
with:
69+
micromamba-version: '1.5.6-0' # any version from https://github.com/mamba-org/micromamba-releases
70+
environment-file: environment.yml
71+
init-shell: >-
72+
bash
73+
powershell
74+
cache-environment: true
75+
post-cleanup: 'all'
76+
6777
- name: Configure CMake
6878
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
6979
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

environment.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: phast-dev
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- conda-forge::boost

0 commit comments

Comments
 (0)