diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34c0433..4bfb05b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: flake8 - name: Tests run: | - python -m pytest -v + python tests/test_checker.py -v diff --git a/requirements.txt b/requirements.txt index 75393d9..34f7126 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ flake8==7.1.0 -pytest==8.3.2