From 36ccbe1cb29fdd82fe656c69f2fed613d26363e1 Mon Sep 17 00:00:00 2001 From: Jeff Paril <55180317+jeffersonfparil@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:00:27 +1100 Subject: [PATCH] Update test_pytest.yml --- .github/workflows/test_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pytest.yml b/.github/workflows/test_pytest.yml index 75233f5..631d1b1 100644 --- a/.github/workflows/test_pytest.yml +++ b/.github/workflows/test_pytest.yml @@ -20,4 +20,4 @@ jobs: - name: Install the project run: uv sync --all-extras --dev - name: Run tests - run: uv run pytest tests \ No newline at end of file + run: uv run pytest \ No newline at end of file