From 23c8ea68e19922450632516607e548a78f017b01 Mon Sep 17 00:00:00 2001 From: Luis Nell Date: Mon, 23 Aug 2021 18:50:08 +0200 Subject: fixes typo in kit workflow (#1215) --- .github/workflows/kit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 }} -- cgit v1.2.1