From 0f0b5171f0fc7a856e75f3700788369f8eda6659 Mon Sep 17 00:00:00 2001 From: Elton Cardoso do Nascimento <43186596+EltonCN@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:58:32 -0300 Subject: [PATCH] Update action.yml --- .github/workflows/test_inner/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_inner/action.yml b/.github/workflows/test_inner/action.yml index 80e47a5..2a027ac 100644 --- a/.github/workflows/test_inner/action.yml +++ b/.github/workflows/test_inner/action.yml @@ -26,9 +26,9 @@ runs: python3 -m pip install -e .[tests,gym] - name: Tests + shell: bash run: | pytest --cov=cst_python --cov-report json - shell: bash - if: ${{inputs.os == 'ubuntu-latest' && inputs.python-version == '3.12'}} name: Upload coverage report