Skip to content
Snippets Groups Projects

:rocket: :books: used version of mercurial is not compatible with python 3.9

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -75,7 +75,7 @@ build-docker-image:
@@ -75,7 +75,7 @@ build-docker-image:
build-documentation:
build-documentation:
stage: build
stage: build
needs: []
needs: []
image: python:3-alpine
image: python:3.8-alpine
artifacts:
artifacts:
paths:
paths:
- doc/_build
- doc/_build
Loading