✏️ [Fix] a typo in workflow, v3.10 should be '3.10'
Browse files
.github/workflows/develop.yaml
CHANGED
@@ -17,7 +17,7 @@ jobs:
|
|
17 |
- name: Set up Python 3.10
|
18 |
uses: actions/setup-python@v2
|
19 |
with:
|
20 |
-
python-version: 3.10
|
21 |
|
22 |
- name: Cache pip dependencies
|
23 |
uses: actions/cache@v2
|
|
|
17 |
- name: Set up Python 3.10
|
18 |
uses: actions/setup-python@v2
|
19 |
with:
|
20 |
+
python-version: '3.10'
|
21 |
|
22 |
- name: Cache pip dependencies
|
23 |
uses: actions/cache@v2
|