From 8556ecd5ac51356e27ae441c31926b87cbcea2f1 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Mon, 4 Oct 2021 14:55:23 +0100 Subject: [PATCH] bandit: only run on python 3.7 --- .github/workflows/test_fast.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_fast.yml b/.github/workflows/test_fast.yml index 0664b66a841..b7c6198c129 100644 --- a/.github/workflows/test_fast.yml +++ b/.github/workflows/test_fast.yml @@ -71,6 +71,8 @@ jobs: pytest tests/unit - name: Bandit + if: ${{ matrix.python-version == '3.7' }} + # https://github.com/PyCQA/bandit/issues/658 run: | bandit -r --ini .bandit cylc/flow