From 8a84f4d612721798013a633dc758208c6a532220 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Thu, 10 Oct 2024 18:36:23 -0700 Subject: [PATCH] skip tests for flake8 --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 17757846..d2a2f1e3 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -43,7 +43,7 @@ jobs: - name: Linting run: | # stop the build if there are Python syntax errors or undefined names - poetry run flake8 . --exclude .venv,examples --count --show-source --statistics + poetry run flake8 . --exclude .venv,examples,tests --count --show-source --statistics - name: Check Format run: | poetry run black --check --diff --color .