Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
bcedaa23
Commit
bcedaa23
authored
Sep 28, 2022
by
BO ZHANG
🏀
Browse files
uninstall package before installation
parent
af286a52
Pipeline
#165
passed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pipelines/build.sh
View file @
bcedaa23
...
...
@@ -23,6 +23,9 @@ which pip
echo
" > python --version"
python
--version
echo
"===================== uninstall package ====================="
pip uninstall
-y
"
$JOB_NAME
"
echo
"===================== install requirements ====================="
if
[
-f
"requirements.txt"
]
;
then
pip
install
-r
requirements.txt
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment