diff --git a/.github/workflows/test_pytest.yml b/.github/workflows/test_pytest.yml index 794c3d3..3e3b14b 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 - s \ No newline at end of file + run: uv run pytest -s \ No newline at end of file