Skip to content

Commit 3e0cf16

Browse files
add debugging
1 parent 41da685 commit 3e0cf16

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: Install dependencies
2626
run: uv sync --all-extras
2727

28+
- name: Debug lockfile
29+
run: |
30+
head -100 uv.lock
31+
grep -A10 "asgiref" uv.lock
32+
2833
- name: Check formatting
2934
run: uv run ruff format --check drift/ tests/
3035

0 commit comments

Comments
 (0)