Skip to content

Commit e3b202d

Browse files
committed
Fix CI error
1 parent 8b8fed7 commit e3b202d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-python-modules/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup Python
77
uses: actions/setup-python@v4
88
with:
9-
python-version: 3.10
9+
python-version: "3.10"
1010

1111
- name: Cache Poetry
1212
uses: actions/cache@v3

0 commit comments

Comments
 (0)