From 54f6bf3f79bdf01bee8d2d60cd16849aef932182 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 24 Jun 2024 15:51:44 -0400 Subject: [PATCH] Explicitly run tox lint testenv --- .github/workflows/regression.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 6b17cb351..8d22c8f01 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -47,4 +47,6 @@ jobs: pip install tox pip install tox-gh-actions - name: Run tox - run: tox + run: | + tox -e lint + tox