Skip to content

Commit

Permalink
ci: Corrected python version on github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsopre committed Dec 9, 2024
1 parent c784371 commit 10e94c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/normalize_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ['3.10']
python-version: ['3.11']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 10e94c2

Please sign in to comment.