Skip to content
Snippets Groups Projects
Commit be948282 authored by Leo Pound Singer's avatar Leo Pound Singer
Browse files

Fix sphinx CI job failure by temporarily using Python 3.9 image

parent 44bb2062
No related branches found
No related tags found
1 merge request!833Fix sphinx CI job failure by temporarily using Python 3.9 image
......@@ -107,6 +107,9 @@ doc:
extends:
- .debian:base
- .python:sphinx
# FIXME: temporarily set image to Python 3.9 because default `python` image
# is now Python 3.10 which lacks wheels for many packages right now.
image: python:3.9
variables:
SOURCEDIR: doc
REQUIREMENTS: .[doc]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment