Skip to content

Commit 936c516

Browse files
committed
python version fix
1 parent 83998fb commit 936c516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python 3.10
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: 3.10
30+
python-version: "3.10"
3131
cache: pip
3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)