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 44466c7 commit ba812f5Copy full SHA for ba812f5
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python 3.10
21
uses: actions/setup-python@v5
22
with:
23
- python-version: 3.10
+ python-version: '3.10'
24
25
- name: Install module
26
run: |
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
- name: Install dependencies
78
0 commit comments