Skip to content

Commit 256ac9d

Browse files
fix python-version error
1 parent 6935e0d commit 256ac9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tutorial_exporter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.10
26+
python-version: '3.10'
2727

2828
- name: Install dependencies
2929
run: |
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Python
9292
uses: actions/setup-python@v5
9393
with:
94-
python-version: 3.10
94+
python-version: '3.10'
9595

9696
- name: Install dependencies
9797
run: |

0 commit comments

Comments
 (0)