From 298269a34fe61fcfaa108c6c7b0b8540bab92310 Mon Sep 17 00:00:00 2001 From: jameshod5 Date: Mon, 13 May 2024 11:25:02 +0100 Subject: [PATCH] test requirements --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3f0786..1f9fd19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r tests/requirements.txt + pip install -r requirements.txt - name: Run PyTest run: |