Skip to content

Commit

Permalink
Looks like ldconfig needs sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Aug 18, 2018
1 parent 1cd91dc commit 4df276a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment -c pytorch -c hcc -c conda-forge python=$TRAVIS_PYTHON_VERSION numpy=1.12 scipy=0.19 cython pytorch=0.4 torchvision libsndfile=1.0.28 libsamplerate=0.1.8 libflac=1.3.1 libogg=1.3.2
- ldconfig /opt/conda/lib
- sudo ldconfig /opt/conda/lib
- source activate test-environment
- python setup.py install
- pip install coveralls
Expand Down
Empty file added zounds/datasets/composite.py
Empty file.

0 comments on commit 4df276a

Please sign in to comment.