From 5d2d30b0bdf1db699dad9e2eef9f40402838d354 Mon Sep 17 00:00:00 2001 From: "adriangalilea (aider)" Date: Fri, 2 Aug 2024 11:57:10 +0200 Subject: [PATCH] chore: Remove pytest from GitHub Actions workflow --- .github/workflows/workflow.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2d1ba41..8153cdf 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,9 +19,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -e . - pip install pytest - - name: Run tests - run: pytest todo: runs-on: ubuntu-latest steps: