worfklow: + missing pybind11 dep

This commit is contained in:
Roland Conybeare 2024-03-16 14:35:44 -04:00
commit 0376652980

View file

@ -33,8 +33,8 @@ jobs:
sudo apt-get install -y libeigen3-dev
echo "::endgroup"
#echo "::group::install pybind11"
#sudo apt-get install -y pybind11-dev
echo "::group::install pybind11"
sudo apt-get install -y pybind11-dev
#echo "::endgroup"
# ----------------------------------------------------------------