worfklow: + missing pybind11 dep
This commit is contained in:
parent
99e029c352
commit
0376652980
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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"
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue