From 99449d93cadfbc5c658fd1ad19159a5b15d5d4af 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 20:11:29 +0000 Subject: [PATCH] bring back zice --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6981047d..b8c435b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,10 @@ before_script: - git config pull.rebase false - git pull origin HEAD:master - 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 - # - poetry install -vv Use pip to skip zeroc-ice installation - - pip install -r nozice.txt --no-deps && pip install pytest black mypy + - poetry install -vv + # - poetry export -f requirements.txt --output requirements.txt + # - sed '/^zeroc-ice/,/^[z.*]/{/z.*/!d}' requirements.txt | grep -v zeroc-ice > nozice.txt + # - pip install -r nozice.txt --no-deps && pip install pytest black mypy Unit test: stage: test -- GitLab