From d32f36b80aac664aceb0c78be7856b8a9fa510b0 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:52:28 +0000 Subject: [PATCH] update ci --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cb79bfd..a2618c75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,9 +26,8 @@ before_script: - if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry update ${TRIGGER_PYPI_NAME}; fi - poetry export -f requirements.txt --output requirements.txt - sed '/^zeroc-ice/,/^[z.*]/{/z.*/!d}' requirements.txt | grep -v zeroc-ice > nozice.txt - - tail 12 nozice.txt # - poetry install -vv Use pip to skip zeroc-ice installation - - 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