mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
Update run-tests.yml
This commit is contained in:
parent
e172487086
commit
60d7dd10a2
1 changed files with 6 additions and 6 deletions
12
.github/workflows/run-tests.yml
vendored
12
.github/workflows/run-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue