From f85a40ca31b4c884a011800b76ec187e387ba9fb Mon Sep 17 00:00:00 2001 From: Jimmy Pettersson Date: Mon, 23 Oct 2023 18:59:39 +0200 Subject: [PATCH] fix missing ' --- .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 504116a..2545a09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: max-parallel: 1 matrix: - python: [3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 with: