Skip to content
Snippets Groups Projects
Commit b7a9ae25 authored by Soeren Peters's avatar Soeren Peters
Browse files

Merge branch 'develop' of https://git.rz.tu-bs.de/irmb/VirtualFluids_dev into develop

parents fab287ad d00524ee
No related branches found
No related tags found
1 merge request!12Add Cuda helper files to 3rdParty folder.
image: irmb/virtualfluids-python-deps image: irmb/virtualfluids-python-deps:latest
stages: stages:
- build - build
...@@ -166,7 +166,7 @@ gcc_9_python: ...@@ -166,7 +166,7 @@ gcc_9_python:
needs: ["gcc_9"] needs: ["gcc_9"]
cache: cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" key: "gcc_9-$CI_COMMIT_REF_SLUG"
paths: paths:
- $BUILD_FOLDER - $BUILD_FOLDER
...@@ -217,7 +217,6 @@ gcc_9_python_bindings_test: ...@@ -217,7 +217,6 @@ gcc_9_python_bindings_test:
before_script: before_script:
- export PYTHONPATH="Python" - export PYTHONPATH="Python"
- export VF_WHEEL=$(find dist/*.whl) - export VF_WHEEL=$(find dist/*.whl)
- apt-get update && apt-get install -y libglx0
- pip3 install $VF_WHEEL - pip3 install $VF_WHEEL
- pip3 install -r Python/requirements.txt - 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