From 4723e2aa7caaee49c6567ab3e58f66e1c99384ee Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 15 Aug 2022 06:18:32 -0700 Subject: [PATCH] Python version 3.10 needs quotes in the yaml file --- .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 787dc9b..549651c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.7, 3.9, 3.10] + python-version: [3.7, 3.9, '3.10'] os: [ubuntu-latest] steps: -- 2.30.2