From 3fcc85ead97b60f99e55b6d410afb6a9aef66978 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 1 Oct 2018 12:56:30 +0200 Subject: [PATCH] .circleci/config.yml: pass -y to pip uninstall --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f628c55..a74018a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,7 +75,7 @@ jobs: - run: *build-wheel - run: *install-wheel - run: pip show -f aubio - - run: pip uninstall aubio + - run: pip uninstall -y aubio - store_artifacts: path: dist/ -- 2.11.0