mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-18 22:44:20 +01:00
Update CI configuration to support multiple OS environments (#708)
Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/shared.yml
vendored
4
.github/workflows/shared.yml
vendored
@@ -37,10 +37,11 @@ jobs:
|
||||
run: uv run --no-sync pyright
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11", "3.12", "3.13"]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -55,3 +56,4 @@ jobs:
|
||||
|
||||
- name: Run pytest
|
||||
run: uv run --no-sync pytest
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user