From e05adb003952699f49bcb04e4a4e79a39ad8ae37 Mon Sep 17 00:00:00 2001 From: TheJecksMan <71208143+TheJecksMan@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:33:58 +0300 Subject: [PATCH] update linting rule --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0df8021..bf06f3e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,6 +25,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements-tests.txt + pip install orjson - name: Check with ruff lint 📑 run: |