Skip to content

Commit

Permalink
Merge pull request #4 from RasaHQ/fix-makefile-rasa-inspect
Browse files Browse the repository at this point in the history
Fix makefile
  • Loading branch information
varunshankar authored Jan 25, 2024
2 parents 3787c6e + 1c4bb47 commit 57fb0fd
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 57fb0fd

Please sign in to comment.