From 3403ed7d3ce4a85764553b5b86775e6412c055b8 Mon Sep 17 00:00:00 2001 From: stoprightthere Date: Wed, 23 Aug 2023 22:53:57 +0300 Subject: [PATCH] use explicit strings --- .github/workflows/quality-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-checks.yaml b/.github/workflows/quality-checks.yaml index 3123141b..52efc874 100644 --- a/.github/workflows/quality-checks.yaml +++ b/.github/workflows/quality-checks.yaml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10] + python-version: ["3.8", "3.9", "3.10"] fail-fast: false name: Python-${{ matrix.python-version }}