Changeset 91ac33f


Ignore:
Timestamp:
Sep 26, 2018, 11:41:11 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:
58cc68e
Parents:
f70e181
Message:

.circleci/config.yml: install pip requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    rf70e181 r91ac33f  
    44    sudo apt-get update
    55    sudo apt-get -y install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev
     6
     7pip-install: &pip-install
     8  name: Install pip dependencies
     9  command: |
     10    pip install -r requirements.txt
    611
    712build-wheel: &build-wheel
     
    3035      - checkout
    3136      - run: *apt-install
     37      - run: *pip-install
    3238      - run: *build-wheel
    3339      - run: *install-wheel
Note: See TracChangeset for help on using the changeset viewer.