From f3772f74482aa7016f3e75793efcaeb364e1fefd Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Mon, 16 Dec 2019 12:11:28 +0100 Subject: [PATCH] Fixup: .gitlab-ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c1914e..ea90705 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ full: - 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-gpu=2.0 + - python -m pip install --upgrade tensorflow-gpu==2.0 - python -m pip install -e . - python -m pip install git+https://i10git.cs.fau.de/seitz/pystencils.git - pytest -- GitLab