Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsm-orchestration
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
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
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
UFZ TSM
tsm-orchestration
Commits
dd716a82
Commit
dd716a82
authored
1 year ago
by
Maximilian Schaldach
Browse files
Options
Downloads
Patches
Plain Diff
install modules in venv
parent
14b3f3c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!128
Install modules in venv to avoid externally managed environment in pipeline
Pipeline
#328190
passed
1 year ago
Stage: integration
Stage: end-to-end
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/end-to-end.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab/ci/end-to-end.gitlab-ci.yml
.gitlab/ci/integration.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab/ci/integration.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab/ci/end-to-end.gitlab-ci.yml
+
2
−
0
View file @
dd716a82
...
...
@@ -37,6 +37,8 @@ avro-thing-creation-e2e:
stage
:
"
end-to-end"
before_script
:
-
"
apk
add
--no-cache
python3"
-
"
python3
-m
venv
venv"
-
"
source
venv/bin/activate"
-
"
python3
-m
ensurepip"
-
"
python3
-m
pip
install
--upgrade
pip"
-
"
python3
-m
pip
install
fastavro
paho-mqtt"
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/integration.gitlab-ci.yml
+
2
−
0
View file @
dd716a82
...
...
@@ -22,6 +22,8 @@ mqtt-service-test:
stage
:
"
integration"
before_script
:
-
"
apk
add
--no-cache
python3"
-
"
python3
-m
venv
venv"
-
"
source
venv/bin/activate"
-
"
python3
-m
ensurepip"
-
"
python3
-m
pip
install
--upgrade
pip"
-
"
python3
-m
pip
install
paho-mqtt"
...
...
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