Skip to content

Commit f8b8331

Browse files
typo
1 parent c9b231e commit f8b8331

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
path: hiplot/static/built/
3333
retention-days: 7
3434

35-
mypy-pytest:
36-
name: Type Check & Tests (Python ${{ matrix.python-version }})
35+
typecheck-pytest:
36+
name: ${{ format('Type Check & Tests (Python {0})', matrix.python-version) }}
3737
needs: build-js
3838
runs-on: ubuntu-latest
3939
strategy:

0 commit comments

Comments
 (0)