Skip to content

Commit 9250b86

Browse files
committed
✨ check now the list
1 parent e1453af commit 9250b86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Install Pydantic and Ruff
6060
run: |
6161
uv add pydantic ruff
62+
- name: Check installed packages
63+
run: |
64+
uv pip list
6265
- name: Check cache directory (non-Windows)
6366
if: runner.os != 'Windows' && matrix.cache == 'true'
6467
run: |

0 commit comments

Comments
 (0)