Skip to content

Commit

Permalink
bandit: only run on python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Oct 4, 2021
1 parent ee6cf46 commit 8556ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8556ecd

Please sign in to comment.