From 12b021286338ff16abb1cd850eac5ff9dfbb729a Mon Sep 17 00:00:00 2001 From: AVM Date: Mon, 3 Feb 2025 19:49:13 -0500 Subject: [PATCH] Fix a typo in the example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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