From 7ad25d5e3e8d0e8f200a1c20dc345f2b48b4abb6 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 9 Dec 2024 17:21:12 +0100 Subject: [PATCH] Try to debug --- ci/appveyor-cpp-build.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/appveyor-cpp-build.bat b/ci/appveyor-cpp-build.bat index 4fcd99394b512..8294ad8408b80 100644 --- a/ci/appveyor-cpp-build.bat +++ b/ci/appveyor-cpp-build.bat @@ -160,4 +160,8 @@ set PYARROW_TZDATA_PATH=%USERPROFILE%\Downloads\test\tzdata set PYTHONDEVMODE=1 +dir %CONDA_PREFIX%\lib\site-packages\pyarrow\ + +python -v -c "import pyarrow" || exit /B + python -m pytest -r sxX --durations=15 --pyargs pyarrow || exit /B