diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2abac2bb5f3a3fc3618c0b1a598908ba0f4da44c..6981047dfd9f7d693f672ef567395cbe17ff0843 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