Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Data Generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
Data Generator
Merge requests
!79
Install setuptools as it's no longer available in py3.12
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Install setuptools as it's no longer available in py3.12
install-setuptools-on-lint
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
Yoann Schneider
requested to merge
install-setuptools-on-lint
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
78c324cd
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
78c324cd
Install setuptools as it's no longer available in py3.12
· 78c324cd
Yoann Schneider
authored
1 year ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -41,7 +41,7 @@ lint:
PRE_COMMIT_HOME
:
"
$CI_PROJECT_DIR/.cache/pre-commit"
before_script
:
-
pip install pre-commit
-
pip install pre-commit
setuptools
except
:
-
schedules
Loading