From 8eae8935dd10583477286355779260054d9d3078 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 8 Feb 2021 14:28:58 -0500 Subject: [PATCH] ci: typo fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d387c0fbc..ad7ba9667 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: pre-commit/action@v2.0.0 tests: - name: Tests on 🐍 ${{ matix.pytohn-version }} ${{ matrix.os }} + name: Tests on 🐍 ${{ matrix.python-version }} ${{ matrix.os }} strategy: fail-fast: false matrix: