From 9f7f4ae94179f952c27c9c637ac8ebd155ae2bdb Mon Sep 17 00:00:00 2001 From: Malik Parvez <84777619+malikparvez@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:28:36 +0530 Subject: [PATCH] Update ci.yml --- .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 ff7e99e..40090c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: run: pip install poetry - name: Install dependencies - run: poetry install --no-interaction --no-ansi --no-root --without dev + run: poetry install --no-interaction --no-ansi --no-root - name: Run Linting continue-on-error: true