diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 4d310ab..ffe8805 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -40,7 +40,7 @@ jobs: pip install pytest pytest-cov pytest --cov-report html --cov="." tests/ - name: Upload coverage data to smokeshow - if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12"}} # upload coverage once + if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'}} # upload coverage once run: | pip install smokeshow smokeshow upload ./htmlcov