Fixed the CI/CD configuration by adding all deps.
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
+2
-1
@@ -4,8 +4,9 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install dependencies and run tests
|
- name: install dependencies and run tests
|
||||||
image: python:3.10-alpine
|
image: python:3.10-slim
|
||||||
commands:
|
commands:
|
||||||
|
- pip install python-olm --extra-index-url https://gitlab.matrix.org/api/v4/projects/27/packages/pypi/simple
|
||||||
- pip install -r dev_requirements.txt
|
- pip install -r dev_requirements.txt
|
||||||
- pytest -s
|
- pytest -s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user