update sync command

This commit is contained in:
Jeremiah Lowin 2025-04-08 21:04:53 -04:00
commit 8ffe9df065
4 changed files with 47 additions and 3 deletions

View file

@ -29,6 +29,6 @@ jobs:
with:
python-version: "3.12"
- name: Install dependencies
run: uv sync
run: uv sync --dev
- name: Run pre-commit
uses: pre-commit/action@v3.0.1

View file

@ -46,7 +46,7 @@ jobs:
run: uv python install ${{ matrix.python-version }}
- name: Install FastMCP
run: uv sync
run: uv sync --dev
- name: Fix pyreadline on Windows
if: matrix.os == 'windows-latest'