From fd01a60e58cb367e2a49a831d6b8ed89a26da4d6 Mon Sep 17 00:00:00 2001 From: kian Date: Wed, 31 Jan 2024 19:37:11 +0100 Subject: [PATCH] update tests --- .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 1bdbaa9..07f7dac 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -44,7 +44,7 @@ jobs: run: pip install -r requirements.txt - name: Run tests - run: pytest tests/ + run: pytest deploy: runs-on: ubuntu-latest