We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35518b commit 6baf821Copy full SHA for 6baf821
1 file changed
.github/workflows/test_main.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v2
22
with:
23
- python-version: 3.10
+ python-version: '3.10'
24
25
- name: Install dependencies
26
run: |
0 commit comments