Skip to content

Commit

Permalink
Hot fix
Browse files Browse the repository at this point in the history
 On branch feature/fix-tests
 Changes to be committed:
	modified:   Makefile
  • Loading branch information
SemyonSinchenko committed Nov 18, 2023
1 parent 798e0b7 commit 7994e7d
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 7994e7d

Please sign in to comment.