From 896cd5bb13922d417070b5ad0900fc80e5bdd63f Mon Sep 17 00:00:00 2001 From: Attilio Greco Date: Thu, 15 Dec 2022 15:00:15 +0100 Subject: [PATCH] fix strin tipe --- .github/workflows/build-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index d5d8004..14a5b18 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -10,10 +10,10 @@ jobs: build_base_image: strategy: matrix: - python: [3.8, 3.9, 3.10, 3.11] + python: ["3.8", "3.9", "3.10", "3.11"] alpine: ["3.15", "3.16", "3.17"] include: - - python: 3.10.6 + - python: "3.10.6" alpine: "3.16" # exclude: # - python: 3.11.1