Skip to content

Commit

Permalink
Bugfix for the dev_install
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Sep 3, 2024
1 parent 45a61e8 commit ba5a0fd
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 @@ -19,7 +19,7 @@ install:
.PHONY: dev_install
dev_install:
pip install poetry
poetry install --with dev
poetry install --with=dev


.PHONY: test
Expand Down

0 comments on commit ba5a0fd

Please sign in to comment.