From 0f9ee83c73f4580389ace37521f33e8ee9352853 Mon Sep 17 00:00:00 2001 From: "Nicolas. S" Date: Sat, 25 Mar 2023 22:33:00 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'pylint.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pylint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pylint.yml b/pylint.yml index afa4576..794629c 100644 --- a/pylint.yml +++ b/pylint.yml @@ -10,8 +10,6 @@ jobs: run: | apt update apt install -y python3 python3-pip - - name: Pip version - run: pip --version - name: Install dependencies run: | python3 -m pip install --upgrade pip