Ensure tests run against correct python version

This commit is contained in:
Jeremiah Lowin 2025-05-14 19:41:56 -04:00
commit e172487086

View file

@ -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