Changeset 58cc68e


Ignore:
Timestamp:
Sep 26, 2018, 11:42:17 AM (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:
4103cb4
Parents:
91ac33f
Message:

.circleci/config.yml: use pip --user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    r91ac33f r58cc68e  
    88  name: Install pip dependencies
    99  command: |
    10     pip install -r requirements.txt
     10    pip install --user -r requirements.txt
    1111
    1212build-wheel: &build-wheel
     
    1818  name: Build python wheel
    1919  command: |
    20     pip install dist/aubio*.whl
     20    pip install --user dist/aubio*.whl
    2121
    2222test-nose2: &test-nose2
Note: See TracChangeset for help on using the changeset viewer.