From 40330860ce9cb8b11c948f426dc94bfd92e7ccfd Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Mon, 30 Oct 2023 13:38:50 +0100 Subject: [PATCH] limit ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4552d71a..d0118870 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: