From 5bab1b3bcc15f86913e829ac6143404d7e89650f Mon Sep 17 00:00:00 2001 From: Peter Fackeldey Date: Wed, 27 Sep 2023 16:36:42 +0200 Subject: [PATCH] satisfy CI pipeline --- .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 a697c79..c209bb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9, 3.10] + python-version: ["3.9", "3.10"] runs-on: [ubuntu-latest] # can be extended to other OSes, e.g. macOS/Windows if needed steps: