From 2966ca9fe1dafb1a5923c64bf05cd9089261b0b1 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 13 May 2025 09:01:04 +0200 Subject: [PATCH] CI updated (yaml data-type for version) --- .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 f121603..b97b673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: [3.10, 3.11, 3.12, 3.13] + python-version: ["3.10", 3.11, 3.12, 3.13] steps: # Step 1: Check out the code from the repository