diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6be140d..cd09c37 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -73,7 +73,7 @@ jobs: DATAROOM_API_URL: ${{ secrets.DATAROOM_API_URL }} run: | ls - python3 -m pip install -r requirements.txt + python3 -m pip install -r requirements-tests.txt pytest -xv python/tests/* - name: Build the package