Skip to content

Commit 1c9334c

Browse files
committed
Activate git debugging
1 parent 86cf82e commit 1c9334c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ test-command = "pytest {project}/tests"
7070
# Manylinux 2014 will be the default for x86_64 and aarch64
7171
manylinux-x86_64-image = "manylinux2014"
7272
manylinux-aarch64-image = "manylinux2014"
73+
# For debugging https://github.com/Blosc/python-blosc2/issues/247
74+
before-test = "git -C {package} status"
7375

7476
[tool.scikit-build]
7577
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"

0 commit comments

Comments
 (0)