Skip to content

Commit b0b1044

Browse files
authored
Apply suggestions from code review
1 parent a8100c5 commit b0b1044

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106

107107
steps:
108108
- name: Switch to using Python 3.13 by default
109+
# yamllint disable-line rule:line-length
109110
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
110111
with:
111112
python-version: 3.13
@@ -268,6 +269,7 @@ jobs:
268269

269270
steps:
270271
- name: Switch to using Python 3.13
272+
# yamllint disable-line rule:line-length
271273
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
272274
with:
273275
python-version: 3.13

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
Switch to using Python v${{ inputs.python-version }}
156156
by default
157157
id: python-install
158+
# yamllint disable-line rule:line-length
158159
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
159160
with:
160161
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)