From d7b1f7e99670228e59b2b6c750cf340defcf5c29 Mon Sep 17 00:00:00 2001 From: Patrick Hachicho Date: Tue, 11 Jun 2024 13:45:19 -0400 Subject: [PATCH] testing paths --- .github/workflows/code-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 401c24c..372c8f7 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -80,7 +80,7 @@ jobs: run: | pip install -r requirements.txt pip install coverage - pip install . + pip install ./dags - name: Test with pytest run: | @@ -100,7 +100,7 @@ jobs: run: | pip install -r requirements.txt pip install bandit - pip install . + pip install ./dags/roger # Only report high security issues - name: Test with Bandit