Skip to content

Commit 7c87864

Browse files
committed
small fix in workflows
1 parent 5950cbb commit 7c87864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Python 3.10
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: 3.10
25+
python-version: "3.10"
2626
- run: pip install pre-commit
2727
- run: pre-commit install
2828
- run: pre-commit run --all-files

0 commit comments

Comments
 (0)