xo-unit: github: + missing sphinx + sphinx-rtd-theme deps
This commit is contained in:
parent
dcf1439005
commit
306dec6af6
2 changed files with 8 additions and 1 deletions
8
.github/workflows/ubuntu-main.yml
vendored
8
.github/workflows/ubuntu-main.yml
vendored
|
|
@ -34,6 +34,14 @@ jobs:
|
|||
sudo apt-get install -y doxygen
|
||||
echo "::endgroup"
|
||||
|
||||
echo "::group::install sphinx"
|
||||
sudo apt-get install -y python3-sphinx
|
||||
echo "::endgroup"
|
||||
|
||||
echo "::group::install sphinx readthedocs theme"
|
||||
sudo apt-get install -y python3-sphinx-rtd-theme
|
||||
echo "::endgroup"
|
||||
|
||||
#echo "::group::install pybind11"
|
||||
#sudo apt-get install -y pybind11-dev
|
||||
#echo "::endgroup"
|
||||
|
|
|
|||
|
|
@ -1200,5 +1200,4 @@ namespace xo {
|
|||
} /*namespace ut*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
||||
/* end dimension.test.cpp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue