Skip to content

Commit

Permalink
Merge pull request #7 from epam/integration-0.1.1
Browse files Browse the repository at this point in the history
chore: integration 0.1.1
  • Loading branch information
Oleksii-Klimov authored Oct 20, 2023
2 parents c6c7d4f + a65e146 commit b319cae
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_check_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@0.1.0
uses: epam/ai-dial-ci/.github/workflows/test_python_docker.yml@0.3.0
with:
bypass_checks: false
python_version: 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ env:

jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/publish_python_docker.yml@0.1.0
uses: epam/ai-dial-ci/.github/workflows/publish_python_docker.yml@0.3.0
secrets: inherit
26 changes: 17 additions & 9 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 @@ -41,7 +41,7 @@ pyright = "1.1.324"
nox = "^2023.4.22"
colorama = "^0.4.4"
inquirer = "3.1.3"
langchain = "0.0.310"
langchain = "0.0.312"
prompt-toolkit = "3.0.38"
google-auth-oauthlib = "1.0.0"

Expand Down

0 comments on commit b319cae

Please sign in to comment.