Changeset 3fcc85e for .circleci


Ignore:
Timestamp:
Oct 1, 2018, 12:56:30 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
ab8bffa
Parents:
f1baffd
Message:

.circleci/config.yml: pass -y to pip uninstall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    rf1baffd r3fcc85e  
    7676      - run: *install-wheel
    7777      - run: pip show -f aubio
    78       - run: pip uninstall aubio
     78      - run: pip uninstall -y aubio
    7979      - store_artifacts:
    8080          path: dist/
Note: See TracChangeset for help on using the changeset viewer.