Commit da4afda5 authored by rusty1s's avatar rusty1s
Browse files

output whl size

parent e334d9ea
...@@ -112,6 +112,7 @@ install: ...@@ -112,6 +112,7 @@ install:
- source script/torch.sh - source script/torch.sh
- pip install flake8 pytest pytest-runner pytest-cov codecov - pip install flake8 pytest pytest-runner pytest-cov codecov
- python setup.py bdist_wheel --dist-dir=dist - python setup.py bdist_wheel --dist-dir=dist
- ls -lah dist/
- pip install dist/*.whl - pip install dist/*.whl
script: script:
- flake8 . - flake8 .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment