Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Package
Merge requests
!14
Resolve
CWG-43
and
CWG-42
by applying tox 4 compatability.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
CWG-43
and
CWG-42
by applying tox 4 compatability.
CWG-43
into
main
Overview
3
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Resolve CWG-43 and CWG-42 by applying tox 4 compatability.
Corné Lukken
requested to merge
CWG-43
into
main
Jan 23, 2023
Overview
3
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Closes
CWG-43
Closes
CWG-42
Edited
Jan 23, 2023
by
Corné Lukken
0
0
Merge request reports
Viewing commit
d76e90af
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d76e90af
Restore --upgrade in gitlab-ci
· d76e90af
Corné Lukken
authored
Jan 27, 2023
.gitlab-ci.yml
+
1
−
1
View file @ d76e90af
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,7 +3,7 @@ default:
before_script
:
-
python --version
# For debugging
-
python -m pip install --upgrade pip
-
pip install tox twine
-
pip install
--upgrade
tox twine
cache
:
paths
:
-
.cache/pip
Loading