We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8fed7 commit e3b202dCopy full SHA for e3b202d
1 file changed
.github/actions/install-python-modules/action.yml
@@ -6,7 +6,7 @@ runs:
6
- name: Setup Python
7
uses: actions/setup-python@v4
8
with:
9
- python-version: 3.10
+ python-version: "3.10"
10
11
- name: Cache Poetry
12
uses: actions/cache@v3
0 commit comments