From 2c1be5434102c9fd5fb33f5e6dffa40b3eba5bea Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Sat, 2 Mar 2024 00:05:57 -0500 Subject: [PATCH] fix call to taskipy binary in CI --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 1c208bd..b5a07e7 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -60,7 +60,7 @@ jobs: run: rye lint - name: Tests (PyTest) - run: task test + run: pytest hyperglass --ignore hyperglass/plugins/external - name: Run hyperglass run: ".tests/ga-backend-app.sh"