Skip to content

Commit

Permalink
Merge branch 'master' into ignite-24094
Browse files Browse the repository at this point in the history
  • Loading branch information
vladnovoren committed Jan 15, 2025
2 parents 6218236 + b7c6798 commit 95339c8
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 95339c8

Please sign in to comment.