Skip to content

Commit 1a0eaa8

Browse files
authored
ci: Update the name of python matrix to be consistent with other repos (GoogleCloudPlatform#224)
1 parent 433f322 commit 1a0eaa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-18.04
66
strategy:
77
matrix:
8-
python-version: ['3.8', '3.9', '3.10', '3.11']
8+
python: ['3.8', '3.9', '3.10', '3.11']
99
steps:
1010
- name: Harden Runner
1111
uses: step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1.0
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
2020
with:
21-
python-version: ${{ matrix.python-version }}
21+
python-version: ${{ matrix.python }}
2222

2323
- name: Install the framework
2424
run: python -m pip install -e .

0 commit comments

Comments
 (0)