From 9268d814cf1c57212ad2541790c011e8bfc0eea2 Mon Sep 17 00:00:00 2001 From: SamTov Date: Mon, 22 Jul 2024 15:01:35 +0200 Subject: [PATCH] remove other tests --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e72bc0a..9c2c169 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -30,4 +30,4 @@ jobs: pip install . - name: Pytest run: | - pytest . + pytest CI/test.py