We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cfcc0 commit fd262c4Copy full SHA for fd262c4
.github/workflows/onpush.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: Set up Python
28
uses: actions/setup-python@v3
29
+ with:
30
+ python-version: '3.10'
31
32
- name: Install dependencies
33
run: |
0 commit comments