From c552bd2eb1ad4e7abb61c1905b44a99a3943d2c4 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 26 Jul 2022 22:19:41 +0100 Subject: [PATCH] properly building python --- .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 0916af5..91e5176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.10] + python-version: ['3.10'] poetry-version: [1.1.14] node: [18] os: [ubuntu-latest]