From f4d4a24590197a65f01125318df58f3530c5d964 Mon Sep 17 00:00:00 2001 From: Gregorio Litenstein Date: Thu, 27 Jun 2024 15:58:07 -0400 Subject: [PATCH] Fix lint crying about a missed space. --- .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 bc0cfaa014..b297d08dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: runs-on: windows-2022 strategy: matrix: - python-version: ["3.9","3.10"] + python-version: ["3.9", "3.10"] gvsbuild-stack: ["latest"] include: - python-version: 3.7