From f6b44b404ab25a638d7e307bf8f616aee92910a2 Mon Sep 17 00:00:00 2001 From: Jakob Drachmann Havtorn Date: Tue, 11 Feb 2025 13:26:15 +0100 Subject: [PATCH] Change python versions to string Co-authored-by: Juan Coria --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6b22dae..50adfc7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: [3.10, 3.11, 3.12] + python-version: ["3.10", "3.11", "3.12"] steps: - name: Checkout code