From 6b2d86aa14ca4ca6d5d536f9b2189b03a9f9c20a Mon Sep 17 00:00:00 2001 From: Vladyslav Timofeev Date: Sun, 10 Mar 2024 22:24:15 +0000 Subject: [PATCH] fix ci --- .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 f8ab6a6..553678b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,4 +71,4 @@ jobs: run: poetry install --with test --all-extras - name: Run tests - run: pytest --random-order --count=3 \ No newline at end of file + run: poetry run pytest --random-order --count=3 \ No newline at end of file