From bd729253eb0395d9526bb99e5384c8cda0d14a98 Mon Sep 17 00:00:00 2001 From: Devon Hudson Date: Thu, 16 May 2024 15:53:41 -0600 Subject: [PATCH] Use path when running tests in CI --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2e885eed..922cee18 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -44,7 +44,7 @@ jobs: install-project: "false" python-version: "3.11" - - run: poetry run trial tests + - run: poetry run trial ./tests run-unit-tests-olddeps: name: Unit tests (old dependencies)