From 4f9e3ac8a51b2e940fb7ee51c7e1a9a0eed9ed09 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Fri, 20 Oct 2023 15:28:56 -0600 Subject: [PATCH] Tweak GHA invoking `test.ci` --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0259b0a..f228e83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,5 +35,5 @@ jobs: run: "pre-commit run --all-files" # Run static type-checking and unit tests - - name: "Run mypy" - run: "invoke test.ci" + - name: "Run CI tests not requiring data." + run: "PYTHONPATH=./ invoke test.ci"