We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df8ef0f + 8eaffc7 commit 19fba5bCopy full SHA for 19fba5b
.github/workflows/release.yaml
@@ -13,6 +13,8 @@ jobs:
13
14
- name: Setup Python
15
uses: actions/setup-python@v5
16
+ with:
17
+ python-version: "3.10"
18
19
- name: Install dependencies
20
run: |
0 commit comments