Skip to content

Commit

Permalink
removed quotations from tests in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cparcerisas committed Sep 5, 2024
1 parent 7ff4299 commit 123e767
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 @@ -26,7 +26,7 @@ init-dev: startup
poetry install --extras 'tests' --extras 'dev' --extras 'docs'

init-test: startup
poetry install --with 'tests'
poetry install --with tests

init-docs: startup
poetry install --extras 'docs'
Expand Down

0 comments on commit 123e767

Please sign in to comment.