diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4c00a2bb3..2e433a8e3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -55,8 +55,9 @@ jobs: strategy: # Run showcase tests on the lowest and highest supported runtimes matrix: + # TODO(https://github.com/googleapis/gapic-generator-python/issues/2121) Remove `showcase_w_rest_async` target when async rest is GA. python: ["3.7", "3.12"] - target: [showcase, showcase_alternative_templates] + target: [showcase, showcase_w_rest_async] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4