Skip to content
Snippets Groups Projects

Pin CI docs build to python3.7

Closed Duncan Macleod requested to merge duncanmmacleod/glue:ci-docs-python-version into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -195,7 +195,7 @@ test:stretch:python3:
docs:
stage: docs
image: python
image: python:3.7
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script:
Loading