From 687cc76e5e92681628a050ebd1a27d01253da04f Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Sun, 7 Sep 2025 23:12:23 +0200 Subject: [PATCH] version number in ci script fixed --- .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 c44b1ea..65026db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - python-version: [3.10] + python-version: ["3.10"] steps: - name: Check out code