Summary
Jobs
create-project
dependency-tests
Deps setup
Deps (REST) (3.9, 1.26.0)
Deps (REST) (3.9, 2.2.1)
Deps (REST) (3.11, 1.26.0)
Deps (REST) (3.11, 2.2.1)
Deps (REST) (3.12, 1.26.5)
Deps (REST) (3.12, 2.2.1)
Deps (REST) (3.13, 1.26.5)
Deps (REST) (3.13, 2.2.1)
Deps (Asyncio REST) (3.9, 3.9.0)
Deps (Asyncio REST) (3.9, 3.11.5)
Deps (Asyncio REST) (3.13, 3.9.0)
Deps (Asyncio REST) (3.13, 3.11.5)
GRPC py3.9/py3.10 (3.9, 1.44.0, 3.1.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.9, 1.44.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.9, 1.50.0, 3.1.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.9, 1.50.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.9, 1.60.0, 3.1.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.9, 1.60.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.10, 1.44.0, 3.1.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.10, 1.44.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.10, 1.50.0, 3.1.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.10, 1.50.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.10, 1.60.0, 3.1.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.9/py3.10 (3.10, 1.60.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.11/py3.12 (3.11, 1.59.3, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.11/py3.12 (3.11, 1.60.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.11/py3.12 (3.12, 1.59.3, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.11/py3.12 (3.12, 1.60.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
GRPC py3.13 (3.13, 1.68.0, 4.3.3, 5.29.1, 0.0.1, 1.66.0)
Deps cleanup
cleanup-project
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing (PR - Dependency Change)
on:
pull_request:
paths:
- 'pyproject.toml'
- 'poetry.lock'
workflow_dispatch: {}
permissions: {}
concurrency:
group: 'ci-${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
create-project:
uses: './.github/workflows/project-setup.yaml'
secrets: inherit
dependency-tests:
uses: './.github/workflows/testing-dependency.yaml'
secrets: inherit
needs:
- create-project
with:
encrypted_project_api_key: ${{ needs.create-project.outputs.encrypted_project_api_key }}
cleanup-project:
if: ${{ always() }}
needs:
- dependency-tests
- create-project
uses: './.github/workflows/project-cleanup.yaml'
secrets: inherit
with:
project_id: ${{ needs.create-project.outputs.project_id }}
encrypted_project_api_key: ${{ needs.create-project.outputs.encrypted_project_api_key }}
You can’t perform that action at this time.