Skip to content
Snippets Groups Projects

Fixes Python build and test jobs

1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
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