Skip to content

Commit

Permalink
fix(python_checks): incorrect python version specified
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Nov 6, 2024
1 parent 7e794c0 commit ccf79ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
python_version:
description: "Python version to use"
default: "3.11"
default: "3.10"
required: false
type: string
pytest:
Expand Down

0 comments on commit ccf79ca

Please sign in to comment.