Skip to content

Commit 86ff6c7

Browse files
committed
debug
1 parent e942982 commit 86ff6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
run: pip install --no-binary=ninja $(ls sdist/*.tar.gz)
158158

159159
- name: Test installed SDist
160-
run: pip check && pytest ./tests
160+
run: pip freeze && pip check && pytest ./tests
161161

162162
check_dist:
163163
name: Check dist

0 commit comments

Comments
 (0)