From 94ae467ab92c8bb54643162d3026e9ed986f9ef7 Mon Sep 17 00:00:00 2001 From: Eduard Prokhorikhin Date: Mon, 4 Mar 2024 22:02:40 +0000 Subject: [PATCH] fix: fixing the CI test root directory --- .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 1d4d734..ec8fc3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest run: | - pytest \ No newline at end of file + pytest --rootdir=test \ No newline at end of file