Skip to content

Commit

Permalink
.github/workflows/python.yml: unify matrix entry name
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Jun 10, 2021
1 parent b86f38b commit f36564d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit f36564d

Please sign in to comment.