Skip to content

Commit

Permalink
chore: use same python in workflows as in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov authored and Allob committed Apr 22, 2024
1 parent 69baacf commit 2605b3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/python_docker_pr.yml@1.7.0
secrets: inherit
with:
python_version: "3.10"
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@1.7.0
secrets: inherit
with:
python_version: "3.10"

0 comments on commit 2605b3f

Please sign in to comment.