We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cb595 commit ea3653aCopy full SHA for ea3653a
1 file changed
.github/workflows/ci.yml
@@ -81,12 +81,12 @@ jobs:
81
then
82
rm -r build
83
fi
84
- meson setup build -Db_sanitize=address,undefined
+ meson setup build
85
python -m build --no-isolation --wheel -Cbuilddir=build --config-setting='compile-args=-v' -Csetup-args="-Dbuildtype=debug"
86
find ./dist/*.whl | xargs python -m pip install
87
- name: Run stringdtype tests
88
working-directory: stringdtype
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
+ pytest -s -vvv --color=yes
91
pip uninstall -y pandas
92
0 commit comments