Skip to content

Commit cb12e99

Browse files
committed
fix uninstalling pandas on CI
1 parent 638bed6 commit cb12e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
working-directory: stringdtype
7979
run: |
8080
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
81+
pip uninstall -y pandas
8282
ASAN_OPTIONS=detect_leaks=false LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/11/libasan.so pytest -s -vvv --color=yes

0 commit comments

Comments
 (0)