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 638bed6 commit cb12e99Copy full SHA for cb12e99
.github/workflows/ci.yml
@@ -78,5 +78,5 @@ jobs:
78
working-directory: stringdtype
79
run: |
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
+ pip uninstall -y pandas
82
0 commit comments