Skip to content
Snippets Groups Projects
Commit e4c8dae8 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

docker image only used python 3.9

parent 0a23fc06
Branches
Tags
No related merge requests found
Pipeline #57470 passed with stages
in 47 seconds
......@@ -28,7 +28,7 @@ typechecker:
build-documentation:
stage: test
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/documentation
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script:
- pip install mkdocs mkdocs-material mkdocstrings[python]
- mkdocs build -v
......
......@@ -2,7 +2,7 @@ from .generator import SourceFileGenerator
from .composer import SfgComposer
__all__ = [
"SourceFileGenerator", "SfgComposer",
"SourceFileGenerator", "SfgComposer"
]
from . import _version
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment