fix python version to work with new yardstick

Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
This commit is contained in:
Will Murphy 2024-08-29 12:41:31 -04:00
parent 832391cbe6
commit 372e603c10

View file

@ -8,7 +8,7 @@ inputs:
python-version: python-version:
description: "Python version to install" description: "Python version to install"
required: true required: true
default: "3.10" default: "3.11"
go-dependencies: go-dependencies:
description: "Download go dependencies" description: "Download go dependencies"
required: true required: true