Skip to content

Commit 293caf3

Browse files
committed
quote python 3.10 in yaml
1 parent 04a1de3 commit 293caf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit_hooks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: set up python 3.10
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: 3.10
16+
python-version: '3.10'
1717

1818
- name: install pre-commit
1919
run: |

0 commit comments

Comments
 (0)