🔧 chore(workflow): require Python 3.11 in runners
This commit is contained in:
@@ -154,7 +154,7 @@ jobs:
|
||||
trap cleanup EXIT
|
||||
|
||||
bundle="$build_dir/tsl-playbook"
|
||||
python3 "$BUILD_SCRIPT" --output "$bundle"
|
||||
python3.11 "$BUILD_SCRIPT" --output "$bundle"
|
||||
|
||||
# 本 workflow 在目标分支上仅拥有以下路径。
|
||||
managed_paths=(
|
||||
|
||||
Reference in New Issue
Block a user