Skip to content

Commit

Permalink
Merge pull request #150 from MrPowers/feature/fix-tests
Browse files Browse the repository at this point in the history
Hot-fix
  • Loading branch information
SemyonSinchenko authored Nov 18, 2023
2 parents fc09a4a + 7994e7d commit 9da1ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# COMMON CLI COMMANDS FOR DEVELOPMENT

.PHONY: install_test
install_pure:
install_test:
@poetry install --with=development,testing

.PHONY: install_deps
install_test:
install_deps:
@poetry install --with=development,linting,testing,docs

.PHONY: update_deps
Expand Down

0 comments on commit 9da1ca3

Please sign in to comment.