Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Container Registry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
Service Desk
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
cloud
g2-openstack
Container Registry
Commits
cdf961d3
Commit
cdf961d3
authored
2 years ago
by
Josef Němec
Browse files
Options
Downloads
Patches
Plain Diff
Ignore pip environment warning
parent
29ca12be
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#286524
failed
2 years ago
Stage: test
Stage: registry
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci/dependencies/install-pymodules.sh
+1
-1
1 addition, 1 deletion
ci/dependencies/install-pymodules.sh
ci/dependencies/requirements.apt
+1
-4
1 addition, 4 deletions
ci/dependencies/requirements.apt
ci/dependencies/requirements.pip
+2
-2
2 additions, 2 deletions
ci/dependencies/requirements.pip
with
4 additions
and
7 deletions
ci/dependencies/install-pymodules.sh
+
1
−
1
View file @
cdf961d3
...
...
@@ -16,7 +16,7 @@ function install_mods_from_requirement_file() {
${
PIP
}
--version
&>/dev/null
||
${
YUM
}
install
python3-pip
${
PIP
}
install
--upgrade
pip
if
[
"
$(
grep
-v
'^#'
"
${
file
}
"
|
wc
-w
)
"
-gt
"0"
]
;
then
${
PIP
}
install
--requirement
"
${
file
}
"
${
PIP
}
install
--break-system-packages
--requirement
"
${
file
}
"
fi
}
...
...
This diff is collapsed.
Click to expand it.
ci/dependencies/requirements.apt
+
1
−
4
View file @
cdf961d3
...
...
@@ -4,7 +4,4 @@ docker.io
podman
sshuttle
python3-pip
skopeo
python3-pyyaml
python3-prometheus-client
\ No newline at end of file
skopeo
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ci/dependencies/requirements.pip
+
2
−
2
View file @
cdf961d3
#
pyyaml
#
prometheus-client
pyyaml
prometheus-client
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