Fix installation

This commit is contained in:
Jeremiah Lowin 2025-04-07 18:13:23 -04:00
commit 70fcc6f07b
2 changed files with 2 additions and 8 deletions

View file

@ -46,7 +46,7 @@ jobs:
run: uv python install ${{ matrix.python-version }}
- name: Install FastMCP
run: uv sync --extra tests
run: uv sync
- name: Run tests
run: uv run pytest -vv

View file

@ -506,13 +506,7 @@ For development, we recommend installing FastMCP with development dependencies,
```bash
git clone https://github.com/jlowin/fastmcp.git
cd fastmcp
uv sync --frozen --extra dev
```
For running tests only (e.g., in CI), you only need the testing dependencies:
```bash
uv sync --frozen --extra tests
uv sync
```
### Testing