From 108328b4be4a41470d6329d7e437d73eb92a14b5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 30 Jun 2023 14:02:37 -0700 Subject: [PATCH] CI should only check tests --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 9b1c646e0..d96cc129f 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -36,4 +36,4 @@ jobs: - name: Run tests run: | - python -m unittest discover + python -m unittest discover -s tests