Skip to content

feat: extend client with new endpoints and types #59 #137

feat: extend client with new endpoints and types #59

feat: extend client with new endpoints and types #59 #137

Workflow file for this run

name: PR Workflow
on:
pull_request:
branches: [development, release-*]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@3.1.3
secrets: inherit
with:
python-version: "3.10"
poetry-version: "2.3.2"
code-checks-python-versions: '["3.10", "3.11", "3.12", "3.13"]'