Changeset 91ac33f
- Timestamp:
- Sep 26, 2018, 11:41:11 AM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
rf70e181 r91ac33f 4 4 sudo apt-get update 5 5 sudo apt-get -y install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev 6 7 pip-install: &pip-install 8 name: Install pip dependencies 9 command: | 10 pip install -r requirements.txt 6 11 7 12 build-wheel: &build-wheel … … 30 35 - checkout 31 36 - run: *apt-install 37 - run: *pip-install 32 38 - run: *build-wheel 33 39 - run: *install-wheel
Note: See TracChangeset
for help on using the changeset viewer.