make pip install packages in virtual environment

This commit is contained in:
Axel Kohlmeyer
2024-04-24 01:55:13 -04:00
parent 0f3a8d6af8
commit 74b49b48cb

View File

@ -43,6 +43,8 @@ jobs:
working-directory: build
run: |
ccache -z
python3 -m venv macosenv
source macosenv/bin/activate
python3 -m pip install numpy
python3 -m pip install pyyaml
cmake -C ../cmake/presets/clang.cmake \