summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}