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 d2ea614 commit 04ad9c1Copy full SHA for 04ad9c1
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
- uses: actions/setup-python@v5
28
with:
29
- python-version: "3.x"
+ python-version: "3.12" # should be 3.x
30
- uses: pre-commit/[email protected]
31
32
extra_args: --hook-stage manual --all-files
0 commit comments