We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c968ce commit f212ddbCopy full SHA for f212ddb
.github/workflows/pre_commit_check.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python environment
24
uses: actions/setup-python@master
25
with:
26
- python-version: 3.10
+ python-version: "3.10"
27
- name: Install python packages
28
run: |
29
pip install pre-commit
0 commit comments