Skip to content

Commit 5efa07b

Browse files
authored
Fix a typo in the example (#1758)
Fix a typo in the example
1 parent 04351de commit 5efa07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- name: Setup Python
177177
uses: actions/setup-python@main
178178
with:
179-
python-version: 3.10
179+
python-version: '3.10'
180180
- name: Generate coverage report
181181
run: |
182182
pip install pytest

0 commit comments

Comments
 (0)