From 5db9938f61f05d869c80dccfafc71c8c2bd5978c Mon Sep 17 00:00:00 2001 From: trevorb1 Date: Mon, 11 Dec 2023 14:18:20 -0800 Subject: [PATCH] update syntax in action --- .github/workflows/python.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 292995c9..03bd989d 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -30,7 +30,7 @@ jobs: - name: Upload coverage data to converalls.io env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ matrix.os }} == "ubuntu-latest" && ${{ matrix.python-version }} == "3.11" + if: ${{ matrix.os }} == 'ubuntu-latest' && ${{ matrix.python-version }} == '3.11' run: | pip install --upgrade coveralls coveralls --service=github