fix pipeline needing gcc for dulwich

This commit is contained in:
eelke 2022-09-04 12:59:46 +02:00
parent 6b8c54398d
commit f3025928a3
2 changed files with 6 additions and 4 deletions

View file

@ -10,10 +10,7 @@ cache:
.install_sphinx:
before_script:
- pip install -U sphinx
- pip install -U sphinx-theme-pd
- pip install -U reno[sphinx]
- pip install -U -r docs/requirements.txt
test-docs:
stage: test