Skip to content

Commit baac1ea

Browse files
committed
python-version: 3.10 -> '3.10'
1 parent d777e71 commit baac1ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.10
16+
python-version: '3.10'
1717

1818
- name: Install dependencies
1919
run: |

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.10
17+
python-version: '3.10'
1818

1919
- name: Install dependencies
2020
run: |

0 commit comments

Comments
 (0)