Skip to content

Commit c13a59f

Browse files
committed
Fix CI
1 parent eadbe9b commit c13a59f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python 3.10
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.10
15+
python-version: "3.10"
1616

1717
- name: Install dependencies
1818
run: |

0 commit comments

Comments
 (0)