summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Nell <luis.nell@codista.com>2021-08-23 18:50:08 +0200
committerGitHub <noreply@github.com>2021-08-23 09:50:08 -0700
commit23c8ea68e19922450632516607e548a78f017b01 (patch)
tree397d97f567ed7244ad713e8d7e7c90cbc618237f
parentdb235732dd9a0198f6e5d00b895baa516221fee2 (diff)
downloadpython-coveragepy-git-23c8ea68e19922450632516607e548a78f017b01.tar.gz
fixes typo in kit workflow (#1215)
-rw-r--r--.github/workflows/kit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 164c52af..c2e25a36 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -137,7 +137,7 @@ jobs:
- name: "Check out the repo"
uses: actions/checkout@v2
- - name: "Install Python ${{ matrix.pyton-version }}"
+ - name: "Install Python ${{ matrix.python-version }}"
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}