From 1bdce2a249b48eb0481803586f48266cfa35719f Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:03:14 +0200 Subject: [PATCH] fix python-tests.yml --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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