Skip to content

Commit

Permalink
IGNITE-24214 [ducktests] Do not use python3.9 for ducktest checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
skorotkov committed Jan 15, 2025
1 parent 1f7a8c0 commit 36a67c5
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 36a67c5

Please sign in to comment.