Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glue
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
glue
Merge requests
!68
Pin CI docs build to python3.7
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Pin CI docs build to python3.7
duncanmmacleod/glue:ci-docs-python-version
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
Duncan Macleod
requested to merge
duncanmmacleod/glue:ci-docs-python-version
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d6c96a05
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
.gitlab-ci.yml
+
1
−
1
Options
@@ -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