We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440a051 commit 9bee062Copy full SHA for 9bee062
.github/workflows/push.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-python@v2
19
+ with:
20
+ python-version: 3.9
21
- uses: pre-commit/action@v2.0.0
22
23
test:
0 commit comments