From 3bb27581eeb4e6c0175b1b53ea34846f4c2c25a3 Mon Sep 17 00:00:00 2001 From: extreme4all <> Date: Tue, 19 Mar 2024 22:00:09 +0100 Subject: [PATCH] bug fix --- .github/workflows/pytest-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index ef436a3..73b13b4 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -48,7 +48,7 @@ jobs: python3 -m pip install pytest python3 -m pip install httpx python3 -m pip install hypothesis - python3 -m pip install requirements.txt + python3 -m pip install -r requirements.txt - name: Setup Docker Containers