From 2aa950b19662d20bccf3bdd66d19d3914009e4f1 Mon Sep 17 00:00:00 2001 From: Marcel Loose Date: Tue, 9 Jul 2024 22:47:24 +0200 Subject: [PATCH] Update python.yml Wrong tests were called. Just invoking `pytest` should do the right thing. To be fixed in another PR. --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c351d98..019ad23 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -23,4 +23,4 @@ jobs: - name: Install run: pip install . - name: Test - run: pytest + run: pytest -sv tools/losoto_test.py