From 8b2cb2e756d0a4f965297103469609d15faa646a Mon Sep 17 00:00:00 2001 From: Elias Dabbas Date: Sun, 18 Feb 2024 23:22:45 +0300 Subject: [PATCH] Remove windwos from gh ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 577a47ab..9bae1f83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: