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