File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ jobs:
81
81
then
82
82
rm -r build
83
83
fi
84
- meson setup build -Db_sanitize=address,undefined
84
+ meson setup build
85
85
python -m build --no-isolation --wheel -Cbuilddir=build --config-setting='compile-args=-v' -Csetup-args="-Dbuildtype=debug"
86
86
find ./dist/*.whl | xargs python -m pip install
87
87
- name : Run stringdtype tests
88
88
working-directory : stringdtype
89
89
run : |
90
- ASAN_OPTIONS=detect_leaks=false LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/11/libasan.so pytest -s -vvv --color=yes
90
+ pytest -s -vvv --color=yes
91
91
pip uninstall -y pandas
92
- ASAN_OPTIONS=detect_leaks=false LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/11/libasan.so pytest -s -vvv --color=yes
92
+ pytest -s -vvv --color=yes
You can’t perform that action at this time.
0 commit comments