Skip to content

Commit 9b0390d

Browse files
kissgyorgymartonilles
authored andcommitted
fix(ci): Incorrect Python version type
This specific YAML fields need a string, not a float.
1 parent 69bb880 commit 9b0390d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup-dependencies/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ inputs:
22
python-version:
33
description: "Python version to setup"
44
required: false
5-
default: 3.8
5+
default: "3.8"
6+
67
runs:
78
using: "composite"
89
steps:

0 commit comments

Comments
 (0)