From 17d88e10ff6b3755bdffd291bb2c4fb80b0f344c Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Fri, 6 Oct 2023 13:47:16 +0200 Subject: [PATCH] test --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b3015c7..772cba0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,9 +26,10 @@ jobs: run: | python -m pip install --upgrade pip pip install pytest pytest-cov + pip install docker/requirements.txt - name: Test with pytest run: | - pytest test_nest_functions.py -vv + pytest src/utils/test_nest_functions.py -vv build-main: