Skip to content

Commit

Permalink
Install wheel in make develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaEsmukov committed Nov 12, 2022
1 parent 6be2a79 commit 8becb54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ venv:

.PHONY: develop
develop:
pip install wheel
pip install -e '.[dev]'

.PHONY: lint lint-flake8 lint-isort
Expand Down

0 comments on commit 8becb54

Please sign in to comment.