update uv

This commit is contained in:
Jeremiah Lowin 2024-11-30 19:39:01 -05:00
commit 59df6b530d
2 changed files with 29 additions and 2 deletions

View file

@ -28,7 +28,7 @@ jobs:
run: uv python install 3.11
- name: Install FastMCP
run: uv sync --all-extras --dev
run: uv sync --extra dev
- name: Run tests
run: uv run pytest -vv