Skip to content
Snippets Groups Projects
Commit d32f36b8 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

update ci

parent ee6200be
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment