mirror of https://github.com/mamba-org/mamba.git
add yaml-cpp to ci
This commit is contained in:
parent
3c68577853
commit
b217f118d1
|
@ -40,7 +40,7 @@ jobs:
|
|||
export MAMBA_ROOT_PREFIX=~/micromamba
|
||||
export MAMBA_EXE=$(pwd)/micromamba
|
||||
. $MAMBA_ROOT_PREFIX/etc/profile.d/mamba.sh
|
||||
micromamba create -y -p ~/build_env pybind11 libsolv libarchive libcurl nlohmann_json cxx-compiler cmake gtest cpp-filesystem "cpp-tabulate>=1.2" -c conda-forge
|
||||
micromamba create -y -p ~/build_env pybind11 libsolv libarchive libcurl nlohmann_json cxx-compiler cmake gtest cpp-filesystem "cpp-tabulate>=1.2" yaml-cpp -c conda-forge
|
||||
env:
|
||||
PYTHON_VERSION: ${{ matrix.python-version }}
|
||||
- name: build tests
|
||||
|
|
|
@ -139,7 +139,7 @@ For more instructions (including OS X) check out https://gist.github.com/wolfv/f
|
|||
|
||||
Make sure to have the following requirements in your conda environment:
|
||||
|
||||
`mamba install cmake compilers pybind11 libsolv libarchive libcurl nlohmann_json pip cpp-filesystem -c conda-forge`
|
||||
`mamba install cmake compilers pybind11 libsolv libarchive libcurl nlohmann_json pip cpp-filesystem yaml-cpp -c conda-forge`
|
||||
|
||||
If you build mamba in a different environment than base, you must also install conda in
|
||||
that environment:
|
||||
|
|
Loading…
Reference in New Issue