From a36375999da1564134d874ee4e05747188064db1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 26 Sep 2018 11:52:09 +0200 Subject: [PATCH] .circleci/config.yml: update install rule name --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e44228df..4dd19823 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ build-wheel: &build-wheel pip wheel -v -v -v --wheel-dir=dist . install-wheel: &install-wheel - name: Build python wheel + name: Install python wheel command: | pip install --user dist/aubio*.whl -- 2.11.0