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