Skip to content

Commit ab3c05f

Browse files
Add debug ls statement in CI
1 parent dae808d commit ab3c05f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
- name: Setup dependencies
1818
run: |
19+
ls ./.requirements
1920
uv pip install --system -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
2021
uv pip install --system pytest pytest-md pytest-emoji
2122

0 commit comments

Comments
 (0)