From 55c8fe0c9d8ba59e6e8366dbbef1e02735b97b3c Mon Sep 17 00:00:00 2001 From: Shabeeb Khalid Date: Fri, 3 Mar 2023 10:30:02 -0800 Subject: [PATCH] Removed unwanted env variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lukas Pühringer Signed-off-by: Shabeeb Khalid --- .github/workflows/_test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 3026dc62..19fa938a 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -9,9 +9,6 @@ jobs: name: Lint Test runs-on: ubuntu-latest - env: - # Set TOXENV env var to tell tox which testenv (see tox.ini) to use - TOXENV: lint steps: - name: Checkout TUF