Skip to content
Snippets Groups Projects
Commit d00524ee authored by Sören Peters's avatar Sören Peters
Browse files

Merge branch 'python-simulation-testing' into 'develop'

Fixes Python build and test jobs

See merge request irmb/VirtualFluids_dev!11
parents d3a4bebc 3aac5f9a
No related branches found
No related tags found
1 merge request!11Fixes Python build and test jobs
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment