Skip to content

Commit 86daf68

Browse files
authored
ci: fix python-version for static-code-analysis (#439)
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent db051d1 commit 86daf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# see https://github.com/actions/setup-python
8080
uses: actions/setup-python@v4
8181
with:
82-
python-version: ${{ env.PYTHON_VERISON_DEFAULT }}
82+
python-version: ${{ matrix.python-version }}
8383
architecture: 'x64'
8484
- name: Install poetry
8585
# see https://github.com/marketplace/actions/setup-poetry

0 commit comments

Comments
 (0)