Skip to content

Commit f8479ec

Browse files
committed
ci: wip testing
1 parent 3387e54 commit f8479ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: uv run pytest tests/test_unit.py -v
4242
- name: Test version detection
4343
run: |
44-
uv tool install .
44+
uv tool install --editable .
4545
ollama-mcp-bridge --version
4646
python -c "import ollama_mcp_bridge; print(ollama_mcp_bridge.__version__)"

0 commit comments

Comments
 (0)