From ea7d47c5da83475c96ae6c2bc4d77312097112cd Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Thu, 31 Aug 2023 17:58:44 -0400 Subject: [PATCH] Add 'bad' update to test actions --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc6a89d..39b72c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,8 @@ jobs: test: + needs: lint + name: Test on Python ${{ matrix.python-version }} runs-on: ubuntu-latest strategy: