Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Merge requests
!11
Fixes Python build and test jobs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes Python build and test jobs
s.marcus/VirtualFluids_dev:python-simulation-testing
into
develop
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Sven Marcus
requested to merge
s.marcus/VirtualFluids_dev:python-simulation-testing
into
develop
4 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
3aac5f9a
3 commits,
4 years ago
1 file
+
2
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
3
Options
image
:
irmb/virtualfluids-python-deps
image
:
irmb/virtualfluids-python-deps
:latest
stages
:
-
build
@@ -166,7 +166,7 @@ gcc_9_python:
needs
:
[
"
gcc_9"
]
cache
:
key
:
"
$CI_JOB_NAME
-$CI_COMMIT_REF_SLUG"
key
:
"
gcc_9
-$CI_COMMIT_REF_SLUG"
paths
:
-
$BUILD_FOLDER
@@ -217,7 +217,6 @@ gcc_9_python_bindings_test:
before_script
:
-
export PYTHONPATH="Python"
-
export VF_WHEEL=$(find dist/*.whl)
-
apt-get update && apt-get install -y libglx0
-
pip3 install $VF_WHEEL
-
pip3 install -r Python/requirements.txt
Loading