We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3387e54 commit f8479ecCopy full SHA for f8479ec
.github/workflows/test.yml
@@ -41,6 +41,6 @@ jobs:
41
run: uv run pytest tests/test_unit.py -v
42
- name: Test version detection
43
run: |
44
- uv tool install .
+ uv tool install --editable .
45
ollama-mcp-bridge --version
46
python -c "import ollama_mcp_bridge; print(ollama_mcp_bridge.__version__)"
0 commit comments