From 180a5514c1cca2b7f27a8d14d8a399eae3d7563c Mon Sep 17 00:00:00 2001 From: Albert Bode Date: Tue, 9 Jul 2024 11:57:08 -0500 Subject: [PATCH] fixing syntax error in pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 95fafff..72ea93e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -33,7 +33,7 @@ jobs: - name: Lint with flake8 strategy: matrix: - lint-directories: [./cdrhook, ./tests] + lint-directories: ["./cdrhook", "./tests"] run: | # stop the build if there are Python syntax errors or undefined names flake8 ${{ matrix.lint-directories }} --count --select=E9,F63,F7,F82 --show-source --statistics