diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3aabd0b..3acc412 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -41,7 +41,7 @@ jobs: python-version: 3.8 - name: Install dependencies - run: pip install -r requirements.txt + run: pip install pytest - name: Run tests run: PYTHONPATH=.:..:../.. pytest tests/