From bf52b38bc9f91f99a0110c40af6a3798b69d3b9a Mon Sep 17 00:00:00 2001 From: markus <markus.holzer@fau.de> Date: Thu, 18 Jun 2020 22:35:43 +0200 Subject: [PATCH] deleted pytest update from ubuntu pipeline --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee89c5c98..9bf21bcfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,6 @@ ubuntu: - $ENABLE_NIGHTLY_BUILDS image: i10git.cs.fau.de:5005/pycodegen/pycodegen/ubuntu script: - - pip install --upgrade pytest - mkdir -p ~/.config/matplotlib - echo "backend:template" > ~/.config/matplotlib/matplotlibrc - sed -i 's/--doctest-modules //g' pytest.ini -- GitLab