mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
Use locked instead of frozen
This commit is contained in:
parent
60d7dd10a2
commit
359becba5f
1 changed files with 2 additions and 8 deletions
10
.github/workflows/run-tests.yml
vendored
10
.github/workflows/run-tests.yml
vendored
|
|
@ -47,13 +47,7 @@ jobs:
|
|||
cache-dependency-glob: "uv.lock"
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install FastMCP
|
||||
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
|
||||
run: uv sync --dev --locked
|
||||
|
||||
- name: Run tests
|
||||
run: uv run --frozen pytest
|
||||
run: uv run pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue