From a31a34ca3c69931639656b0636d08aad82f5542b Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Tue, 3 Sep 2019 08:58:35 +0200 Subject: [PATCH] Fix minimal_conda --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2f5ec8..a98b623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ minimal-conda: image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda script: - conda install pip - - pip -m install -e . + - pip install -e . - python setup.py test tags: - docker -- GitLab