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 05ebb1c commit 7871505Copy full SHA for 7871505
.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
22
23
- name: Set up Python
24
uses: actions/setup-python@v4
25
+ with:
26
+ python-version: '3.10'
27
28
- name: Install dependencies
29
run: |
0 commit comments