diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b0ddfc8..a2bb441 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: python -m pip install --upgrade pip pip install pytest pytest-cov pip install -r docker/requirements.txt - pip install -e . + - name: Test with pytest run: | src/utils/test_nest_functions.py