File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
stringdtype/stringdtype/src Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 19
19
- name : Install build and test dependencies
20
20
run : |
21
21
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
22
- python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf
22
+ python -m pip install -U pip build pytest unyt wheel meson ninja meson-python patchelf pandas
23
23
- name : Install asciidtype
24
24
working-directory : asciidtype
25
25
run : |
78
78
working-directory : stringdtype
79
79
run : |
80
80
ASAN_OPTIONS=detect_leaks=false LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/11/libasan.so pytest -s -vvv --color=yes
81
+ pip uninstall pandas
82
+ ASAN_OPTIONS=detect_leaks=false LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/11/libasan.so pytest -s -vvv --color=yes
Original file line number Diff line number Diff line change @@ -600,6 +600,7 @@ init_string_dtype(void)
600
600
}
601
601
else {
602
602
PandasStringDType = StringDType ;
603
+ PyErr_Clear ();
603
604
}
604
605
605
606
for (int i = 0 ; casts [i ] != NULL ; i ++ ) {
You can’t perform that action at this time.
0 commit comments