Update dependencies

This commit is contained in:
Jeremiah Lowin 2024-12-02 19:55:28 -05:00
commit 4a9f365916
3 changed files with 9 additions and 14 deletions

View file

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