From 42dca093ab87b067d9302303fe995041bd069682 Mon Sep 17 00:00:00 2001 From: yanghua Date: Mon, 12 Aug 2024 17:38:04 +0800 Subject: [PATCH] Update workflow file --- .github/workflows/pylint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 12c1e78..06f7959 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,6 +17,8 @@ jobs: - name: Install dependencies run: | set -x + python -m pip install --upgrade pip + pip install --user poetry make install - name: Run lint run: make lint