diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index cd09c37..1ac7a8f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -74,7 +74,7 @@ jobs: run: | ls python3 -m pip install -r requirements-tests.txt - pytest -xv python/tests/* + pytest -xv python/* - name: Build the package run: |