We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c0cf7 commit c1c4aa0Copy full SHA for c1c4aa0
.github/workflows/gh-ci.yaml
@@ -129,7 +129,7 @@ jobs:
129
uses: actions/setup-python@v4
130
with:
131
#python-version: ${{ needs.environment-config.outputs.stable-python-version }}
132
- python-version = "3.12"
+ python-version: "3.12"
133
- name: Install Pylint
134
run: |
135
which pip
@@ -156,7 +156,7 @@ jobs:
156
157
158
159
160
161
- name: Install dependencies
162
0 commit comments