Commit 2f7821a 1 parent ac96d6e commit 2f7821a Copy full SHA for 2f7821a
File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 64
64
compiler : ${{ matrix.toolchain.compiler }}
65
65
version : ${{ matrix.toolchain.version }}
66
66
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
+
67
77
- name : Configure CMake
68
78
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
69
79
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Original file line number Diff line number Diff line change
1
+ name : phast-dev
2
+ channels :
3
+ - conda-forge
4
+ dependencies :
5
+ - conda-forge::boost
You can’t perform that action at this time.
0 commit comments