Skip to content

Commit

Permalink
install rasa module in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Fuggitti <francesco.fuggitti@gmail.com>
  • Loading branch information
francescofuggitti committed Feb 12, 2024
1 parent eff44f9 commit 53b1a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest && pip install pytest-cov
pip install -e .
pip install -e ".[rasa]"
- name: Unit tests and coverage
run: |
pytest -k "not gpt" \
Expand Down

0 comments on commit 53b1a25

Please sign in to comment.