From ac5d6e0e1299ebfbf6e8c6c0a103adce1483d884 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:58:12 +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 2abac2bb..6981047d 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 -r nozice.txt --no-deps && pip install pytest black mypy Unit test: stage: test -- GitLab