add yaml-cpp to ci

This commit is contained in:
Wolf Vollprecht 2020-10-01 15:43:39 +02:00
parent 3c68577853
commit b217f118d1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: