We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e276b06 commit 099031fCopy full SHA for 099031f
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-python@v4
18
+ with:
19
+ python-version: "3.10"
20
- uses: pre-commit/[email protected]
21
22
ci:
0 commit comments