Skip to content
Snippets Groups Projects
Commit 3aac5f9a authored by Sven Marcus's avatar Sven Marcus
Browse files

ligGL now included in docker image. Use cache from gcc_9 for Python

parent 67bf23ae
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 libgl1
- 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