mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-24 17:24:24 +01:00
Pin uv version (#806)
This commit is contained in:
committed by
GitHub
parent
294fc6b4d3
commit
8a2359ffeb
3
.github/workflows/shared.yml
vendored
3
.github/workflows/shared.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v3
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.2
|
||||
|
||||
- name: Install the project
|
||||
run: uv sync --frozen --all-extras --dev --python 3.12
|
||||
@@ -29,6 +30,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v3
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.2
|
||||
|
||||
- name: Install the project
|
||||
run: uv sync --frozen --all-extras --dev --python 3.12
|
||||
@@ -50,6 +52,7 @@ jobs:
|
||||
uses: astral-sh/setup-uv@v3
|
||||
with:
|
||||
enable-cache: true
|
||||
version: 0.7.2
|
||||
|
||||
- name: Install the project
|
||||
run: uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user