From 5aa56bfd72574b7cb3974f3b434e4eca1f6aae43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk> Date: Thu, 6 Jan 2022 19:53:36 +0000 Subject: [PATCH] update ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2618c75..87adb90b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ before_script: - poetry export -f requirements.txt --output requirements.txt - sed '/^zeroc-ice/,/^[z.*]/{/z.*/!d}' requirements.txt | grep -v zeroc-ice > nozice.txt # - poetry install -vv Use pip to skip zeroc-ice installation - -pip install tomli && pip install -r nozice.txt --no-deps && pip install pytest black mypy + - pip install tomli && pip install -r nozice.txt --no-deps && pip install pytest black mypy Unit test: stage: test -- GitLab