diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbc2ae5..b0ddfc8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,10 +27,11 @@ 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: | - python -m pytest src/utils/test_nest_functions.py -vv - + src/utils/test_nest_functions.py + python3 -m pytest --import-mode=append tests/ build-main: if: github.ref == 'refs/heads/main'