Skip to content

Commit

Permalink
ENG-1293: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Sep 12, 2024
1 parent f560e75 commit c0fed3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install Dependencies 📦
run: |
make install && poetry run poetry run poetry run poetry run rasa --version
make install && poetry run rasa --version
- name: Train model
env:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Install Dependencies 📦
run: |
make install && poetry run poetry run poetry run poetry run rasa --version
make install && poetry run rasa --version
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Install Dependencies 📦
run: |
make install && poetry run poetry run poetry run poetry run rasa --version
make install && poetry run rasa --version
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down

0 comments on commit c0fed3d

Please sign in to comment.