Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi committed Mar 14, 2024
1 parent 3290fc3 commit b160608
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 @@ -8,7 +8,7 @@ install:
@echo "installing all specified dependencies..."
@#poetry install --no-dev
# NOTE: root package needs to be installed for CLI tests to work!
@poetry install --all-extras --sync
@poetry install --all-extras --sync --no-root

update:
@echo "updating and pinning the dependencies specified in 'pyproject.toml':"
Expand Down

0 comments on commit b160608

Please sign in to comment.