From 87205dae6bf29eb76498ad444d3226edbff1a91f Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Sun, 1 Sep 2024 16:04:33 +0430 Subject: [PATCH] :wrench: chore: Update CI config - Remove pytest step in actions --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c192c50..8bf3f22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,6 @@ jobs: pip install coverage codecov pytest poetry pip install -r packages/requirements-dev.txt - - name: Run tests with coverage - run: pytest --cov=iranian_cities --cov-report=xml - - name: Run Tox tests run: tox