Skip to content

Commit

Permalink
Add --sync option to dev env install command in makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Sep 7, 2022
1 parent 817ae28 commit c435f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test: ## Run the project testsuite(s)
poetry run tox --recreate

dev: ## Create the local dev environment
poetry install -E poetry
poetry install -E poetry --sync
poetry run pre-commit install

publish: test wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)
Expand Down

0 comments on commit c435f1a

Please sign in to comment.