From fae108d5c84e9dd9c2181cdc189b49be679213e0 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Fri, 6 Oct 2023 13:48:55 +0200 Subject: [PATCH] test# Please enter the commit message for your changes. Lines starting --- .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 772cba0..dbae321 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pytest pytest-cov - pip install docker/requirements.txt + pip install -r docker/requirements.txt - name: Test with pytest run: | pytest src/utils/test_nest_functions.py -vv