Skip to content

Commit fd113cc

Browse files
committed
debug, I'm confused
1 parent ce04ade commit fd113cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ jobs:
247247
UV_PROJECT_ENVIRONMENT: .venv
248248

249249
- name: install pydantic-core
250-
run: make build-dev
250+
run: |
251+
pwd
252+
make build-dev
251253
252254
- run: uv --version && uv pip list
253255

0 commit comments

Comments
 (0)