We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f26ef commit 73723a7Copy full SHA for 73723a7
.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.19'
+ python-version: '3.10.18'
30
31
- name: Install Python dependencies
32
run: pip install autopep8 clang-format
0 commit comments