mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Update run-tests.yml
This commit is contained in:
parent
71a29b460a
commit
ba6fd6afd6
1 changed files with 6 additions and 8 deletions
14
.github/workflows/run-tests.yml
vendored
14
.github/workflows/run-tests.yml
vendored
|
|
@ -22,17 +22,15 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
|
||||
- name: download uv
|
||||
run: curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
- name: Set up Python
|
||||
run: uv python install 3.11
|
||||
|
||||
- name: Install FastMCP
|
||||
run: uv sync
|
||||
run: uv sync --all-extras --dev
|
||||
|
||||
- name: Run tests
|
||||
run: pytest -n auto -vv -s
|
||||
run: uv run pytest -n auto -vv
|
||||
if: ${{ !(github.event.pull_request.head.repo.fork) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue