From d39cc44bbe6f604dd1a10ae5cadd7d1104b2621c Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 28 Feb 2024 21:36:33 +0100 Subject: [PATCH] workflows: fix `lint` in tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a81ddd7..12ca2bf 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: - name: Lint with Ruff run: | - pip install .[tests] + pip install .[dev] ruff --output-format=github . continue-on-error: true