From 948bbac836a646037ddda69373b9419ce22945c0 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Mon, 22 Jan 2024 15:41:25 +0100 Subject: [PATCH] fixup! fixup! Issue #16 add a lint run to check pytest collection works --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ccab543..20afd9a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,4 +31,4 @@ jobs: - name: "pytest: check test collection" run: | python -m pip install .[dev] - python -m pytest --collect-only + pytest --collect-only