From 6191427983d847e42d8db2fb0ca05ceabbbd17fa Mon Sep 17 00:00:00 2001 From: tobjend Date: Wed, 1 Jul 2026 13:19:11 +0200 Subject: [PATCH] fix pipeline: editable install; add CI badge to README --- .woodpecker.yml | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -

Dervish

+

+ Dervish + CI Pipeline Status +

**Dervish** infers **regular expression grammars** from example sequences using the BEX family of algorithms. Given a set of example sequences (strings over some alphabet), it learns a compact regular expression that captures the general pattern.