From 150984f161b3e3a80d1fdac907b5700c34ed0fce Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:06:20 +0000 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 690c8879c5b..801b48f649a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -21,9 +21,6 @@ jobs: sudo apt-get update sudo apt install python3-dev libssl-dev libfann-dev portaudio19-dev libpulse-dev python -m pip install build wheel - - name: Install core repo - run: | - pip install -e .[mycroft,deprecated] - name: Install test dependencies run: | pip install -r requirements/tests.txt @@ -35,6 +32,9 @@ jobs: pip install ./test/end2end/skill-ovos-schedule pip install ./test/end2end/skill-new-stop pip install ./test/end2end/skill-old-stop + - name: Install core repo + run: | + pip install -e .[mycroft,deprecated] - name: Generate coverage report run: | pytest --cov=ovos_core --cov-report xml test/unittests