diff --git a/README.md b/README.md index ddd070e5c2..d9f340dbdc 100644 --- a/README.md +++ b/README.md @@ -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