diff options
| author | Luis Nell <luis.nell@codista.com> | 2021-08-23 18:50:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-23 09:50:08 -0700 |
| commit | 23c8ea68e19922450632516607e548a78f017b01 (patch) | |
| tree | 397d97f567ed7244ad713e8d7e7c90cbc618237f /.github | |
| parent | db235732dd9a0198f6e5d00b895baa516221fee2 (diff) | |
| download | python-coveragepy-git-23c8ea68e19922450632516607e548a78f017b01.tar.gz | |
fixes typo in kit workflow (#1215)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/kit.yml | 2 |
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 }} |
