install pyyaml

This commit is contained in:
Axel Kohlmeyer
2022-04-09 00:39:50 -04:00
parent 6c87962551
commit 8dce9f7a60
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
shell: bash
run: |
python3 -m pip install numpy
python3 -m pip install pyyaml
cmake -C cmake/presets/windows.cmake \
-D PKG_PYTHON=on \
-S cmake -B build \

View File

@ -37,6 +37,7 @@ jobs:
working-directory: build
run: |
ccache -z
python3 -m pip install pyyaml
cmake -C ../cmake/presets/clang.cmake \
-C ../cmake/presets/most.cmake \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \

View File

@ -5,3 +5,4 @@ sphinx_tabs
breathe
Pygments
six
pyyaml