Skip to content

Commit 677298c

Browse files
committed
add conda list step
1 parent fec762e commit 677298c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
-${{env.CACHE_NUMBER}}
151151
env:
152152
CACHE_NUMBER: 0
153+
- run: conda list
153154
- run: |
154155
pyright --version
155156
pyright -p pyproject.toml --pythonversion ${{ matrix.python-version }}

0 commit comments

Comments
 (0)