Fix a typo in the example

This commit is contained in:
AVM 2025-02-03 19:49:13 -05:00 committed by GitHub
parent 04351de6bb
commit 12b0212863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,7 +176,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@main
with:
python-version: 3.10
python-version: '3.10'
- name: Generate coverage report
run: |
pip install pytest