From 0b654be1ae21e0e64f1d2ebc1a8adcf38b7c4d29 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Tue, 17 Dec 2019 18:26:49 +0100 Subject: [PATCH] Test pystencils_autodiff in integration test --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c49077bb2..af6021a52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,6 +131,16 @@ pycodegen-integration: - py.test -v -n $NUM_CORES . - cd ../walberla/build/ - make CodegenJacobiCPU CodegenJacobiGPU MicroBenchmarkGpuLbm LbCodeGenerationExample + - cd .. + - cd ../pystencils_autodiff + - apt install -y ninja-build + - python -m pip install -U cppimport pybind11 + - python -m pip install --upgrade git+https://github.com/sympy/sympy.git + - python -m pip install --upgrade pip setuptools wheel + - python -m pip install --upgrade tensorflow==2.0 + - python -m pip install -e . + - pytest + - python setup.py doctest tags: - docker - cuda -- GitLab