From 2fb33e1f615a9b3ebdf0e72690fe8f48eaf8f007 Mon Sep 17 00:00:00 2001 From: h-aze Date: Sun, 3 Dec 2023 16:54:26 +0000 Subject: [PATCH] Correcting syntax --- .github/workflows/tests_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_macos.yml b/.github/workflows/tests_macos.yml index 61e9cff..245a45b 100644 --- a/.github/workflows/tests_macos.yml +++ b/.github/workflows/tests_macos.yml @@ -8,7 +8,7 @@ on: env: TEST_RESULTS: () - PY_V: [3.9 3.10 3.11] + PY_V: ("3.9" "3.10" "3.11") jobs: build: