Skip to content

Commit

Permalink
fixed the not found python 3.8 env (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr authored Dec 10, 2024
1 parent 08caa1e commit a43480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8]
python-version: [3.10.15]
fail-fast: false

steps:
Expand Down

0 comments on commit a43480a

Please sign in to comment.