This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new e995431a ci(python): Fix issue with valgrind and Python package (#679)
e995431a is described below
commit e995431ae877eea0e35b7be3636f9c30585c6c32
Author: William Ayd <[email protected]>
AuthorDate: Tue Nov 12 12:06:17 2024 -0500
ci(python): Fix issue with valgrind and Python package (#679)
closes https://github.com/apache/arrow-nanoarrow/issues/678
---
dev/release/verify-release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index 21179e3f..18591ad6 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -361,7 +361,7 @@ test_python() {
# Ensure we have debug symbols for the build we pass to valgrind
export NANOARROW_DEBUG_EXTENSION=1
- pip install -e .
+ pip install .
show_info "Run Python tests with valgrind"
valgrind --tool=memcheck --leak-check=full --error-exitcode=1 \