Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
varunshankar committed Jan 24, 2024
1 parent 3787c6e commit 1c4bb47
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 @@ -17,7 +17,7 @@ test: .EXPORT_ALL_VARIABLES
poetry run rasa test e2e e2e_tests

run: .EXPORT_ALL_VARIABLES
poetry run rasa chat --debug
poetry run rasa inspect --debug

train: .EXPORT_ALL_VARIABLES
poetry run rasa train -c config.yml -d domain --data data
Expand Down

0 comments on commit 1c4bb47

Please sign in to comment.