Skip to content

Commit e2596d1

Browse files
committed
name pyright step
1 parent 6f78383 commit e2596d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ jobs:
154154
env:
155155
CACHE_NUMBER: 0
156156
- run: conda list
157-
- run: |
157+
- name: Pyright
158+
run: |
158159
pyright --version
159160
pyright -p pyproject.toml --pythonversion ${{ matrix.python-version }}
160161
if: matrix.run-expensive-tests

0 commit comments

Comments
 (0)