Update tests.yml

This commit is contained in:
Ace 2023-07-23 23:41:46 +02:00 committed by GitHub
parent ffc6ccfd6e
commit 06fc461225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ jobs:
run: | run: |
sudo apt-get install python3-sphinx sudo apt-get install python3-sphinx
source venv/bin/activate source venv/bin/activate
pip install sphinxemoji sphinx_rtd_theme pip install sphinxemoji sphinx_rtd_theme recommonmark
cd docsource cd docsource
make html make html