Skip to content

Commit

Permalink
[refs #291] Adding --no-binary flag back to start tracking down which…
Browse files Browse the repository at this point in the history
… dependency is missing the required package format
  • Loading branch information
carlio committed Aug 28, 2020
1 parent 7721691 commit 27c048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Expand Up @@ -69,7 +69,7 @@ echo "..... Trying to install the new tarball inside a virtualenv"
# note: installs with the optional dependency to verify this is still working
virtualenv .venv/test-tarball
source .venv/test-tarball/bin/activate
pip install -f dist/ pylint_django[with_django]
pip install --no-binary :all: -f dist/ pylint_django[with_django]
pip freeze | grep Django
deactivate
rm -rf .venv/
Expand Down

0 comments on commit 27c048b

Please sign in to comment.