Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ci-dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
octobus
ci-dockerfiles
Commits
48420b5f1a95
Commit
48420b5f1a95
authored
1 month ago
by
Matt Harbison
Browse files
Options
Downloads
Patches
Plain Diff
base: install `nox` and `pdm` for modern build infrastructure
parent
86baad9a0e88
Branches
topic/v2.1/modern-python-builds
No related tags found
1 merge request
!93
Install tools needed for modern builds
Pipeline
#97022
passed
1 month ago
Stage: check
Stage: image-build-0
Stage: image-build-1
Stage: image-build-2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci-base/Dockerfile
+2
-0
2 additions, 0 deletions
ci-base/Dockerfile
with
2 additions
and
0 deletions
ci-base/Dockerfile
+
2
−
0
View file @
48420b5f
...
...
@@ -60,6 +60,8 @@
RUN
pipx
install
flake8
RUN
pipx
install
pyflakes
==
2.5.0
RUN
pipx
install
black
==
23.3.0
RUN
pipx
install
nox
RUN
pipx
install
pdm
### install pyflakes for system python too
# the tests actually uses $PYTHON -m pyflakes so we need it installed for now.
RUN
python
-m
pip
install
--root-user-action
=
ignore
pyflakes
==
2.5.0
--break-system-packages
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment