From f36564ddb1e3e163072159994736765c96a728c6 Mon Sep 17 00:00:00 2001 From: macbre Date: Thu, 10 Jun 2021 17:23:13 +0100 Subject: [PATCH] .github/workflows/python.yml: unify matrix entry name --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index bd6db78..8688b63 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -16,7 +16,7 @@ jobs: matrix: # Python version(s) to use when running the tests # # https://github.com/actions/python-versions/blob/main/versions-manifest.json - python: + python-version: - "3.6" - "3.7" - "3.8" @@ -42,7 +42,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python }} + python-version: ${{ matrix.python-version }} # https://github.com/actions/cache/blob/main/examples.md#using-pip-to-get-cache-location - name: Get pip cache dir