Skip to content

Commit

Permalink
install wheel from dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 19, 2019
1 parent 0bb07a7 commit 18c5488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis_script_manylinux.sh
Expand Up @@ -61,7 +61,7 @@ for PYTHON_TUPLE in ${PYTHON_VERSIONS}; do

# install the produced wheels
pip install -q tensorflow
pip install *.whl
pip install dist/*.whl

# Test optional dependencies and the presence of tensorflow
python check_imports.py
Expand Down

0 comments on commit 18c5488

Please sign in to comment.