henry000 commited on
Commit
9867c3f
·
1 Parent(s): c134940

✏️ [Fix] a typo in workflow, v3.10 should be '3.10'

Browse files
Files changed (1) hide show
  1. .github/workflows/develop.yaml +1 -1
.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