From 9bf45d3a21bb6de1417b0f569b93f316162e236d Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Tue, 3 Sep 2024 14:57:52 -0400 Subject: [PATCH] Single quotes. --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c985c5c..e420330 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -46,8 +46,8 @@ jobs: - name: Upload coverage to Codecov.io run: | bash <(curl -s https://codecov.io/bash) - if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12" }} + if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' }} - uses: actions/upload-artifact@v2 with: path: coverage.xml - if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12" }} \ No newline at end of file + if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' }} \ No newline at end of file