Skip to content

Commit

Permalink
Merge pull request #37 from RasaHQ/update-rasa-pro-3.9.0rc3
Browse files Browse the repository at this point in the history
Update rasa-pro dependency to 3.9.0rc3
  • Loading branch information
sanchariGr authored Jul 2, 2024
2 parents ddd1bff + 98ee6c1 commit 99e28cb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
make test-passing
- name: Run e2e flaky tests
if: always()
env:
OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}
RASA_PRO_LICENSE: ${{secrets.RASA_PRO_LICENSE}}
Expand All @@ -188,6 +189,7 @@ jobs:
make test-flaky || true
- name: Run e2e failing tests
if: always()
env:
OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}
RASA_PRO_LICENSE: ${{secrets.RASA_PRO_LICENSE}}
Expand Down
47 changes: 24 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ priority = "supplemental"
python = ">=3.8.1,<3.11"

[tool.poetry.dependencies.rasa-pro]
version = "3.9.0rc2"
version = "3.9.0rc3"
allow-prereleases = true

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 99e28cb

Please sign in to comment.