From 138770fa885922b2f8ec1850686a2e726cdebdee Mon Sep 17 00:00:00 2001 From: domna Date: Tue, 20 Feb 2024 16:14:46 +0100 Subject: [PATCH] Install dev-requirements in linting --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 249b6fe..f7b92f6 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -21,7 +21,7 @@ jobs: python -m pip install --no-deps . - name: Install requirements run: | - python -m pip install -r requirements.txt + python -m pip install -r dev-requirements.txt - name: ruff run: | ruff pynxtools tests