From: Eli Bendersky Date: Mon, 15 Aug 2022 13:18:32 +0000 (-0700) Subject: Python version 3.10 needs quotes in the yaml file X-Git-Tag: v0.30~33 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4723e2aa7caaee49c6567ab3e58f66e1c99384ee;p=pyelftools.git Python version 3.10 needs quotes in the yaml file --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 787dc9b..549651c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.7, 3.9, 3.10] + python-version: [3.7, 3.9, '3.10'] os: [ubuntu-latest] steps: