From 6d60f225e17b6242c7f49617aff3f153e5377762 Mon Sep 17 00:00:00 2001 From: Askill Date: Wed, 17 Jul 2024 19:50:34 +0200 Subject: [PATCH] added ci --- .github/workflows/pytest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 37aee7b..04ea076 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -28,8 +28,8 @@ jobs: python-version: '3.12' - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install -r requirements.txt - pip install pytest==8.2.2 + python -m pip install --upgrade pip + pip install -r requirements.txt + pip install pytest==8.2.2 - pytest tests/watcher_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html \ No newline at end of file + pytest tests/watcher_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html \ No newline at end of file