From f61146123e107d25816c6a187c61fd5d7aa96779 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Tue, 30 Nov 2021 16:26:11 +0100 Subject: [PATCH] fixed ci python install --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc64579ab..a844103f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,14 +9,14 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.10] + python-version: ['3.10'] steps: - uses: actions/checkout@v1 - name: Set up Python 3.10 uses: actions/setup-python@v1 with: - python-version: 3.10 + python-version: '3.10' # Build Vue frontend - uses: actions/setup-node@v2 with: