From 07d718f6c2dd5e32575c5d29450755aead0e26a9 Mon Sep 17 00:00:00 2001 From: dotX12 Date: Sun, 18 Feb 2024 21:48:57 +0300 Subject: [PATCH] Fix pytest --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1841999..82c11dc 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -63,4 +63,4 @@ jobs: - name: Run tests run: | source .venv/bin/activate - pytest tests/ \ No newline at end of file + poetry run pytest \ No newline at end of file