From f78b8d2e9cd8715c9b7cda97df4040e35a87fd40 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 22 Feb 2024 11:08:08 +0000 Subject: [PATCH] maint: fix quoting --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d72244e..d07b451 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Create cov run: coverage xml - name: Upload to Codecov - if: matrix.python-version == "3.11" + if: matrix.python-version == '3.11' uses: codecov/codecov-action@v4 with: name: sphinx-exercise-pytest-py3.11