mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 04:54:17 +02:00
update sync command
This commit is contained in:
parent
14dc9f225d
commit
8ffe9df065
4 changed files with 47 additions and 3 deletions
2
.github/workflows/run-static.yml
vendored
2
.github/workflows/run-static.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
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
|
||||
run: uv sync --dev
|
||||
|
||||
- name: Fix pyreadline on Windows
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue