From 4e2c40af3cbde3a18d17c0ea951f4ffddf40dc9f Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Fri, 6 Oct 2023 13:50:43 +0200 Subject: [PATCH] test --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: