From 00a3424786d47d0342ac6bdb4c52ec34b56090fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Ja=C5=82owiecki?= Date: Wed, 29 Nov 2023 02:06:14 +0100 Subject: [PATCH] Fix Python version --- .github/workflows/quality_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality_checks.yml b/.github/workflows/quality_checks.yml index 53cc020..cc2344a 100644 --- a/.github/workflows/quality_checks.yml +++ b/.github/workflows/quality_checks.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: "3.10" - uses: actions/checkout@v2 - name: Setup poetry uses: abatilo/actions-poetry@v2