Skip to content

Commit b7c6798

Browse files
authored
IGNITE-24214 [ducktests] Use python3.8 for ducktest checkstyle (#11814)
1 parent 8ee63d7 commit b7c6798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
cfg:
9898
- { python: "3.8", toxenv: "py38" }
9999
- { python: "3.9", toxenv: "py39" }
100-
- { python: "3.9", toxenv: "codestyle" }
100+
- { python: "3.8", toxenv: "codestyle" }
101101
steps:
102102
- uses: actions/checkout@v4
103103
with:

modules/ducktests/tests/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ commands =
2525
pytest {env:PYTESTARGS:} {posargs}
2626

2727
[testenv:codestyle]
28-
basepython = python3.9
28+
basepython = python3.8
2929
commands =
3030
flake8
3131

0 commit comments

Comments
 (0)