Skip to content

Commit

Permalink
IGNITE-24214 [ducktests] Use python3.8 for ducktest checkstyle (#11814)
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkov authored Jan 15, 2025
1 parent 8ee63d7 commit b7c6798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cfg:
- { python: "3.8", toxenv: "py38" }
- { python: "3.9", toxenv: "py39" }
- { python: "3.9", toxenv: "codestyle" }
- { python: "3.8", toxenv: "codestyle" }
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion modules/ducktests/tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commands =
pytest {env:PYTESTARGS:} {posargs}

[testenv:codestyle]
basepython = python3.9
basepython = python3.8
commands =
flake8

Expand Down

0 comments on commit b7c6798

Please sign in to comment.