diff --git a/.woodpecker.yml b/.woodpecker.yml index 0bb4aba..e2e62f4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,5 +5,5 @@ steps: test: image: python:3.11-slim commands: - - pip install --no-cache-dir . pytest + - pip install --no-cache-dir --editable . pytest - python -m pytest tests/ -v diff --git a/README.md b/README.md index bebdcf4..ed60acd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Dervish MCP -

+
+
+