mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 20:14:17 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue