diff --git a/.github/workflows/aio_integration.yml b/.github/workflows/aio_integration.yml index 1ffe4362..a533fa89 100644 --- a/.github/workflows/aio_integration.yml +++ b/.github/workflows/aio_integration.yml @@ -1,4 +1,4 @@ -name: types-aiobotocore integration +name: "Integration: types-aioboto3" on: schedule: diff --git a/.github/workflows/aio_sanity_check.yml b/.github/workflows/aio_sanity_check.yml index 84a3c2f9..13124190 100644 --- a/.github/workflows/aio_sanity_check.yml +++ b/.github/workflows/aio_sanity_check.yml @@ -1,4 +1,4 @@ -name: types-aiobotocore sanity +name: "Sanity: types-aiobotocore" on: schedule: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 19e92dc4..06891e06 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,4 +1,4 @@ -name: types-boto3 integration +name: "Integration: types-boto3" on: schedule: @@ -58,7 +58,6 @@ jobs: with: python-version: ${{ matrix.version }} allow-prereleases: true - cache: "pip" - name: Set up uv uses: astral-sh/setup-uv@v3 with: diff --git a/.github/workflows/integration_build.yml b/.github/workflows/integration_build.yml index 7ee9522f..db94a5fe 100644 --- a/.github/workflows/integration_build.yml +++ b/.github/workflows/integration_build.yml @@ -1,4 +1,4 @@ -name: Build all products integration +name: "Integration: Build all" on: schedule: @@ -19,9 +19,6 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "latest" - - name: Install prerequisites - run: | - uv pip install -U aioboto3 - name: types-boto3 build run: | uvx --no-cache --with . mypy_boto3_builder mypy_boto3_output \ diff --git a/.github/workflows/integration_full.yml b/.github/workflows/integration_full.yml index 7d2ac08b..86c62a3b 100644 --- a/.github/workflows/integration_full.yml +++ b/.github/workflows/integration_full.yml @@ -1,4 +1,4 @@ -name: full and custom packages integration +name: "Integration: Full and custom" on: schedule: diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index 41316ff5..9e99e726 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -1,4 +1,4 @@ -name: types-boto3 sanity +name: "Sanity: types-boto3" on: schedule: