We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debe48a commit 7f5720aCopy full SHA for 7f5720a
.github/workflows/compile_linux_x86.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: 3.10
+ python-version: "3.10"
21
- name: Print machine info
22
run: |
23
uname -a
0 commit comments