From 0884bdadcca28f707770b7467e805d4669256e92 Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 14:25:03 +0800 Subject: [PATCH] ci(lint): Install correct ruff version --- .github/workflows/linter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 03ff183..47af1a1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,7 +21,8 @@ jobs: - name: Install requirements run: | set -xe - python -m pip install ruff + python -m pip install poetry + python -m poetry install - name: Lint with ruff run: |