From a5be9538d9f4b985a082ef01ea0163d7b23a3ca4 Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Mon, 16 Jun 2025 11:15:52 +0200 Subject: [PATCH] Made the pytest file a bit cleaner and removed a redundant step --- .github/workflows/run_tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index db4456e..c434213 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -17,10 +17,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest pytest-mock + pip install pytest pytest-mock coverage pytest-cov pip install -r requirements.txt - - name: Install coverage - run: pip install coverage pytest-cov - name: Testing the code with PyTest run: | cp config.py.example config.py