From a8d64c4784ff83e38017f43b4145c5f11d4179af Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Sun, 21 Apr 2024 09:50:30 +0300 Subject: [PATCH] wrapped python versions in ci in quotes --- .github/workflows/ci-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-push.yml b/.github/workflows/ci-push.yml index 9f16c3f..57fff2b 100644 --- a/.github/workflows/ci-push.yml +++ b/.github/workflows/ci-push.yml @@ -9,7 +9,7 @@ jobs: strategy: max-parallel: 9 matrix: - python-version: [3.9, 3.10, 3.11] + python-version: ['3.9', '3.10', '3.11'] os: [ubuntu-latest, macos-latest] steps: