Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 09cf4e6

Browse files
committed
update syntax
1 parent bff8461 commit 09cf4e6

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Python ${{ matrix.python }}
6565
uses: actions/setup-python@v5
6666
with:
67-
python-version: ${{ matrix.python }}
67+
python-version: "${{ matrix.python }}"
6868
cache: 'pip'
6969
- name: Install nox.
7070
run: python -m pip install nox
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up Python ${{ matrix.python }}
8888
uses: actions/setup-python@v5
8989
with:
90-
python-version: ${{ matrix.python }}
90+
python-version: "${{ matrix.python }}"
9191
cache: 'pip'
9292
- name: Install system dependencies.
9393
run: |
@@ -133,7 +133,7 @@ jobs:
133133
- name: Set up Python ${{ vars.NEWEST_STABLE_PYTHON }}
134134
uses: actions/setup-python@v5
135135
with:
136-
python-version: ${{ vars.NEWEST_STABLE_PYTHON }}
136+
python-version: "${{ vars.NEWEST_STABLE_PYTHON }}"
137137
cache: 'pip'
138138
- name: Copy mtls files
139139
run: cp tests/cert/mtls.* /tmp/workspace/tests/cert/
@@ -180,7 +180,7 @@ jobs:
180180
- name: Set up Python ${{ matrix.python }}
181181
uses: actions/setup-python@v5
182182
with:
183-
python-version: ${{ matrix.python }}
183+
python-version: "${{ matrix.python }}"
184184
cache: 'pip'
185185
- name: Install system dependencies.
186186
run: |
@@ -208,7 +208,7 @@ jobs:
208208
- name: Set up Python ${{ vars.NEWEST_STABLE_PYTHON }}
209209
uses: actions/setup-python@v5
210210
with:
211-
python-version: ${{ vars.NEWEST_STABLE_PYTHON }}
211+
python-version: "${{ vars.NEWEST_STABLE_PYTHON }}"
212212
cache: 'pip'
213213
- name: Install system dependencies.
214214
run: |
@@ -236,7 +236,7 @@ jobs:
236236
- name: Set up Python ${{ vars.NEWEST_STABLE_PYTHON }}
237237
uses: actions/setup-python@v5
238238
with:
239-
python-version: ${{ vars.NEWEST_STABLE_PYTHON }}
239+
python-version: "${{ vars.NEWEST_STABLE_PYTHON }}"
240240
cache: 'pip'
241241
- name: Install system dependencies.
242242
run: |
@@ -261,7 +261,7 @@ jobs:
261261
- name: Set up Python ${{ vars.NEWEST_STABLE_PYTHON }}
262262
uses: actions/setup-python@v5
263263
with:
264-
python-version: ${{ vars.NEWEST_STABLE_PYTHON }}
264+
python-version: "${{ vars.NEWEST_STABLE_PYTHON }}"
265265
cache: 'pip'
266266
- name: Install system dependencies.
267267
run: |
@@ -284,7 +284,7 @@ jobs:
284284
- name: Set up Python ${{ matrix.python }}
285285
uses: actions/setup-python@v5
286286
with:
287-
python-version: ${{ matrix.python }}
287+
python-version: "${{ matrix.python }}"
288288
cache: 'pip'
289289
- name: Install pandoc
290290
run: |
@@ -310,7 +310,7 @@ jobs:
310310
- name: Set up Python ${{ matrix.python }}
311311
uses: actions/setup-python@v5
312312
with:
313-
python-version: ${{ matrix.python }}
313+
python-version: "${{ matrix.python }}"
314314
cache: 'pip'
315315
- name: Install pandoc
316316
run: |
@@ -357,7 +357,7 @@ jobs:
357357
- name: Set up Python ${{ vars.NEWEST_STABLE_PYTHON }}
358358
uses: actions/setup-python@v5
359359
with:
360-
python-version: ${{ vars.NEWEST_STABLE_PYTHON }}
360+
python-version: "${{ vars.NEWEST_STABLE_PYTHON }}"
361361
cache: 'pip'
362362
- name: Install nox.
363363
run: |
@@ -376,7 +376,7 @@ jobs:
376376
- name: Set up Python ${{ vars.NEWEST_STABLE_PYTHON }}
377377
uses: actions/setup-python@v5
378378
with:
379-
python-version: ${{ vars.NEWEST_STABLE_PYTHON }}
379+
python-version: "${{ vars.NEWEST_STABLE_PYTHON }}"
380380
cache: 'pip'
381381
- name: Install nox.
382382
run: |
@@ -397,7 +397,7 @@ jobs:
397397
- name: Set up Python ${{ vars.PRERELEASE_PYTHON }}
398398
uses: actions/setup-python@v5
399399
with:
400-
python-version: ${{ vars.PRERELEASE_PYTHON }}
400+
python-version: "${{ vars.PRERELEASE_PYTHON }}"
401401
cache: 'pip'
402402
- name: Install nox.
403403
run: |
@@ -418,7 +418,7 @@ jobs:
418418
- name: Set up Python ${{ vars.NEWEST_STABLE_PYTHON }}
419419
uses: actions/setup-python@v5
420420
with:
421-
python-version: ${{ vars.NEWEST_STABLE_PYTHON }}
421+
python-version: "${{ vars.NEWEST_STABLE_PYTHON }}"
422422
cache: 'pip'
423423
- name: Install nox.
424424
run: |

0 commit comments

Comments
 (0)