From 7534ab9e62669e71f00040a3b2bad41752097ad6 Mon Sep 17 00:00:00 2001 From: kian Date: Wed, 31 Jan 2024 21:47:41 +0100 Subject: [PATCH] Fixed ci/cd --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index afb3a6d..89504b6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -39,7 +39,7 @@ jobs: run: pip install -r requirements.txt - name: Run tests - run: pytest pdf_processing/ + run: pytest release: runs-on: ubuntu-latest