From a8f4f1a2c2d4496f0e3a5b90ecc41271526f7a6f Mon Sep 17 00:00:00 2001 From: Valentin Emiya <23557104+valentin-emiya@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:27:26 +0200 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ce97c4..26963b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ default: - source venv/bin/activate - pip install --upgrade pip - pip install matplotlib numpy scipy six coverage pytest pytest-cov - - dpkg -L python3-pytest | xargs file | grep executable + # - dpkg -L python3-pytest | xargs file | grep executable stages: - test @@ -105,7 +105,7 @@ ubuntu:i686: script: - conda create -n py39 Python=3.9 - conda activate py39 - - pip3 install -e . --no-depsgit + - pip3 install -e . --no-deps - python3 -m pytest artifacts: when: always -- GitLab