Update run-tests.yml

This commit is contained in:
Jeremiah Lowin 2025-05-14 19:42:25 -04:00
commit 60d7dd10a2

View file

@ -47,13 +47,13 @@ jobs:
cache-dependency-glob: "uv.lock"
python-version: ${{ matrix.python-version }}
- name: Install FastMCP
run: uv sync --dev
run: uv sync --dev --frozen
- name: Fix pyreadline on Windows
if: matrix.os == 'windows-latest'
run: |
uv pip uninstall -y pyreadline
uv pip install pyreadline3
# - name: Fix pyreadline on Windows
# if: matrix.os == 'windows-latest'
# run: |
# uv pip uninstall -y pyreadline
# uv pip install pyreadline3
- name: Run tests
run: uv run --frozen pytest