Skip to content

Commit c1c4aa0

Browse files
committed
fixed yaml syntax error (again)
1 parent 22c0cf7 commit c1c4aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
uses: actions/setup-python@v4
130130
with:
131131
#python-version: ${{ needs.environment-config.outputs.stable-python-version }}
132-
python-version = "3.12"
132+
python-version: "3.12"
133133
- name: Install Pylint
134134
run: |
135135
which pip
@@ -156,7 +156,7 @@ jobs:
156156
uses: actions/setup-python@v4
157157
with:
158158
#python-version: ${{ needs.environment-config.outputs.stable-python-version }}
159-
python-version = "3.12"
159+
python-version: "3.12"
160160

161161
- name: Install dependencies
162162
run: |

0 commit comments

Comments
 (0)