Skip to content

Commit

Permalink
limit ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 30, 2023
1 parent b567452 commit 4033086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8] #, 3.9, "3.10", "3.11"]
platform: [windows-latest] #[ubuntu-latest, macos-latest, windows-latest]
pydantic: ["pydantic<2", "pydantic>2"]

steps:
Expand Down

0 comments on commit 4033086

Please sign in to comment.