From 067ec3d09a4199252edf3c5a1a67d190f8b0fcff Mon Sep 17 00:00:00 2001 From: Perry Naseck Date: Mon, 19 Jun 2023 10:14:04 -0400 Subject: [PATCH] github actions remove python2 --- .github/workflows/annotation.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/annotation.yml diff --git a/.github/workflows/annotation.yml b/.github/workflows/annotation.yml deleted file mode 100644 index 4b52634e45..0000000000 --- a/.github/workflows/annotation.yml +++ /dev/null @@ -1,14 +0,0 @@ -# GitHub Action to annotate some of our test tool results -name: annotation -on: [push, pull_request] -jobs: - flake8-annotation-python2: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: actions/setup-python@v2 - with: - python-version: '2.7' - - name: Flake8 with annotations - Python 2 - # Using the flake8 options in the .flake8 file - uses: TrueBrain/actions-flake8@main