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

update ci

parent 740b4419
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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