-
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-04-04 11:54:08 +10:00
parent eec25e176e
commit 40ac0eb37b

View File

@@ -9,13 +9,6 @@ steps:
commands:
- pip install --no-cache-dir -r requirements.txt
- name: test
image: python:3.11-slim
commands:
- pip install --no-cache-dir -r requirements.txt
- pip install pytest pytest-asyncio
- pytest tests/ -v true
- name: docker-build
image: plugins/docker
settings: