From b0b5bb7ff6f71a88f5f18ba1fff1e55a9c94d89a Mon Sep 17 00:00:00 2001 From: JessicaTegner Date: Sun, 9 Oct 2022 12:28:44 +0200 Subject: [PATCH] THis is why we have spaces around item elements --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b6e43a..064d862 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false max-parallel: 4 matrix: - python-version: [3.6, 3.7, 3.8, 3.9, 3.10] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: