From dfa86f30572315bc2664b7822e77fbcd192971e6 Mon Sep 17 00:00:00 2001 From: kian Date: Wed, 31 Jan 2024 17:46:20 +0100 Subject: [PATCH] update 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 4350428..1bdbaa9 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: PYTHONPATH=.:..:../.. pytest + run: pytest tests/ deploy: runs-on: ubuntu-latest