mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Fix installation
This commit is contained in:
parent
909b76c002
commit
70fcc6f07b
2 changed files with 2 additions and 8 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue