Skip to content

Commit

Permalink
pip install --no-binary --> --no-cache-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Feb 26, 2023
1 parent 081c1ea commit 6f675b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ deps =
py{36,37,38,39,310,311}: -rsocial_core/tests/requirements.txt
commands =
py{36,37,38,39,310,311}: pip install -e .[all]
py{36,37,38,39,310,311}: pip install --force-reinstall --no-binary lxml lxml
py{36,37,38,39,310,311}: pip install --force-reinstall --no-cache-dir lxml lxml
pytest {posargs:-v --cov=social_core}

0 comments on commit 6f675b7

Please sign in to comment.