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.
2 parents 00e5eff + f212ddb commit 3a42fd8Copy full SHA for 3a42fd8
.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