From 5190f825016dcd45d90f674d53ce8126f72a5015 Mon Sep 17 00:00:00 2001 From: Deathn0t Date: Mon, 7 Oct 2024 08:50:52 +0200 Subject: [PATCH] adding parameterized to ci install dependencies --- .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 7dbf67a..8a95a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip - pip install tox pylint black + pip install tox pylint black parameterized # - name: Run Formatter # run: black --diff --check $(git ls-files '*.py') - name: Run Linter