Skip to content

Commit

Permalink
ci: Disable auditwheel on circleci.
Browse files Browse the repository at this point in the history
This should be re-enabled after integrating #158
  • Loading branch information
jcfr committed Jan 18, 2017
1 parent 7b40266 commit 41caaeb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scikit-ci.yml
Expand Up @@ -46,15 +46,15 @@ build:
- python setup.py sdist
- $<RUN_ENV> python setup.py bdist_wheel

circle:
commands:
- |
# Since there are no external shared libraries to bundle into the wheels
# this step will fixup the wheel switching from 'linux' to 'manylinux1' tag
for whl in dist/*$(uname -p).whl; do
auditwheel repair $whl -w ./dist/
rm $whl
done
# circle:
# commands:
# - |
# # Since there are no external shared libraries to bundle into the wheels
# # this step will fixup the wheel switching from 'linux' to 'manylinux1' tag
# for whl in dist/*$(uname -p).whl; do
# auditwheel repair $whl -w ./dist/
# rm $whl
# done

test:
commands:
Expand Down

0 comments on commit 41caaeb

Please sign in to comment.