From: Paul Brossier Date: Wed, 26 Sep 2018 09:52:09 +0000 (+0200) Subject: .circleci/config.yml: update install rule name X-Git-Tag: 0.4.8~92^2~21^2~9 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a36375999da1564134d874ee4e05747188064db1;p=aubio.git .circleci/config.yml: update install rule name --- 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