remove libolm from pipeline

This commit is contained in:
HgO 2022-08-14 15:52:40 +02:00
parent 632061f630
commit 235e3a18e4

View file

@ -34,9 +34,9 @@ install:
extends: .pip template
stage: install
script:
- apk add --no-cache gcc g++ yaml-dev python3-dev olm-dev git
- apk add --no-cache gcc g++ yaml-dev python3-dev git
- python3 -m venv "${VIRTUAL_ENV}"
- pip install .[all]
- pip install .[test]
- pip install -U build twine
cache:
policy: pull-push
@ -59,7 +59,7 @@ tests:
extends: .pip template
stage: test
script:
- apk add --no-cache libstdc++ olm
- apk add --no-cache libstdc++
- coverage run --source matrix_alertbot -m pytest --junitxml=report.xml
- coverage report --precision 2
- coverage xml -o coverage.xml