From ce14451bdc81207136163dcdf9df9cd1f20c212a Mon Sep 17 00:00:00 2001 From: Shabeeb Khalid Date: Fri, 3 Mar 2023 10:30:36 -0800 Subject: [PATCH] Pass tox environment via command line 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 19fa938a..0c67d5f9 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -25,8 +25,8 @@ jobs: run: | python3 -m pip install --constraint requirements/build.txt tox coveralls - - name: Run tox (${{ env.TOXENV }}) - run: tox + - name: Run tox + run: tox -e lint tests: name: Tests