Skip to content

Commit

Permalink
Update Makefile (iusztinpaul#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
iusztinpaul authored Oct 6, 2023
1 parent 43c36d3 commit c9d32c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/streaming_pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring; poetry install

install_dev: install
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring; poetry install --only dev
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring; poetry install --with dev

install_only_dev:
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring; poetry install --only dev
Expand Down

0 comments on commit c9d32c7

Please sign in to comment.