From af78cb40a28289311ef89feaaabd804f0626d0fa Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Mon, 20 Jan 2025 20:27:35 -0300 Subject: [PATCH] test workflow --- .github/workflows/tests_coverage.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/tests_coverage.yml b/.github/workflows/tests_coverage.yml index cd751a0..2ba8cdc 100644 --- a/.github/workflows/tests_coverage.yml +++ b/.github/workflows/tests_coverage.yml @@ -37,7 +37,7 @@ jobs: - name: Install dependencies run: | poetry config virtualenvs.create true - poetry install --with dev --all-extras --no-interaction + poetry install --all-extras --no-interaction - name: Run tests with coverage env: @@ -65,13 +65,3 @@ jobs: name: coverage-${{ matrix.python-version }} path: coverage.xml retention-days: 14 - - codacy-analysis-cli: - name: Codacy Analysis CLI - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@master