We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243dcec commit 896e8d6Copy full SHA for 896e8d6
.github/workflows/linting_auto.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Python
27
uses: actions/setup-python@v1
28
with:
29
- python-version: 3.10.18
+ python-version: '3.10'
30
31
- name: Install Python dependencies
32
run: pip install autopep8 clang-format
0 commit comments