From 34cebc3fb5cc539e3a003c76476c4159f84a5502 Mon Sep 17 00:00:00 2001 From: mmoussallam Date: Fri, 2 Sep 2022 15:33:14 +0200 Subject: [PATCH] Faulty Yaml parsing of python version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 612dd9a..a34c169 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: ['3.7', '3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}