Skip to content

Commit f926a08

Browse files
committed
adds removes matrix.options
1 parent af7b656 commit f926a08

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/unittest.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -49,37 +49,6 @@ jobs:
4949
with:
5050
name: coverage-artifact-${{ '{{' }} matrix.python {{ '}}' }}
5151
path: .coverage-${{ matrix.python }}
52-
unit-extended:
53-
name: ${{ matrix.option }}
54-
runs-on: ubuntu-latest
55-
strategy:
56-
matrix:
57-
python: ["3.13"]
58-
option: ["prerelease_deps"]
59-
steps:
60-
- name: Checkout
61-
uses: actions/checkout@v4
62-
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
63-
# See https://github.com/googleapis/google-cloud-python/issues/12013
64-
# and https://github.com/actions/checkout#checkout-head.
65-
with:
66-
fetch-depth: 2
67-
- name: Setup Python
68-
uses: actions/setup-python@v5
69-
with:
70-
python-version: ${{ matrix.python }}
71-
- name: Install nox
72-
run: |
73-
python -m pip install --upgrade setuptools pip wheel
74-
python -m pip install nox
75-
- name: Run ${{ matrix.option }} tests
76-
env:
77-
BUILD_TYPE: presubmit
78-
TEST_TYPE: ${{ matrix.option }}
79-
# TODO(https://github.com/googleapis/google-cloud-python/issues/13775): Specify `PY_VERSION` rather than relying on the default python version of the nox session.
80-
PY_VERSION: "unused"
81-
run: |
82-
nox -s unit-${{ matrix.option }}-${{ matrix.python }}
8352

8453
cover:
8554
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)