Skip to content

Commit 196558e

Browse files
authored
"3.10", not 3.1
1 parent c7e13f8 commit 196558e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python 3.10
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.10
16+
python-version: "3.10"
1717
- name: Set up virtualenv
1818
run: python -m venv venv
1919
- name: Install dependencies

0 commit comments

Comments
 (0)