From c046cc47fa3b189b82087df8e452a0cd988edc5a Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 19 Nov 2024 11:30:39 -0600 Subject: [PATCH] depend on pre-commit step rather than linter --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98ed919be..0b218e1f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: testwq: runs-on: ubuntu-latest - needs: linter + needs: pre-commit strategy: matrix: python-version: ["3.11"]