Fix a typo in the example (#1758)

Fix a typo in the example
This commit is contained in:
AVM
2025-02-04 07:10:36 -05:00
committed by GitHub
parent 04351de6bb
commit 5efa07bc17

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