diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbae321..45e12d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: pip install -r docker/requirements.txt - name: Test with pytest run: | - pytest src/utils/test_nest_functions.py -vv + pytest ./src/utils/test_nest_functions.py -vv build-main: