mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Ensure tests run against correct python version
This commit is contained in:
parent
125a722e6d
commit
e172487086
1 changed files with 1 additions and 4 deletions
5
.github/workflows/run-tests.yml
vendored
5
.github/workflows/run-tests.yml
vendored
|
|
@ -45,10 +45,7 @@ jobs:
|
|||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
run: uv python install ${{ matrix.python-version }}
|
||||
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install FastMCP
|
||||
run: uv sync --dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue