Skip to content

Commit 65e941b

Browse files
chore(ci): add quotes to 3.10 py version
1 parent d46def0 commit 65e941b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Set up Python 3.10
1010
uses: actions/setup-python@v2
1111
with:
12-
python-version: 3.10
12+
python-version: '3.10'
1313
- name: Install dependencies
1414
run: pip install -r requirements.txt
1515
- name: Run tests and collect coverage

0 commit comments

Comments
 (0)