ci(github-actions/pre-commit): Wrap Python version in quotes

This commit is contained in:
Peter Dragun
2025-08-29 08:50:55 +02:00
parent 6c968cee04
commit f212ddbd6d

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Python environment - name: Set up Python environment
uses: actions/setup-python@master uses: actions/setup-python@master
with: with:
python-version: 3.10 python-version: "3.10"
- name: Install python packages - name: Install python packages
run: | run: |
pip install pre-commit pip install pre-commit