From 581c38883849491e7fba90402bf7248d8eb9d64e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 May 2022 15:02:37 +0530 Subject: [PATCH] ... --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7fa2f68b..ff6136b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,15 +20,15 @@ jobs: cc: [gcc, clang] include: - python: a - pyver: 3.8 + pyver: "3.8" sanitize: 0 - python: b - pyver: 3.9 + pyver: "3.9" sanitize: 1 - python: c - pyver: 3.10 + pyver: "3.10" sanitize: 1