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 - name: Setup Python
uses: actions/setup-python@main uses: actions/setup-python@main
with: with:
python-version: 3.10 python-version: '3.10'
- name: Generate coverage report - name: Generate coverage report
run: | run: |
pip install pytest pip install pytest