From 70292409273d2959cfca059879884502f67a1fdd Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Wed, 9 Feb 2022 10:28:43 -0500 Subject: [PATCH] Upgrade click version (#15579) --- .github/workflows/add-model-like.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/add-model-like.yml b/.github/workflows/add-model-like.yml index 24aebff7b0..e3b654ab38 100644 --- a/.github/workflows/add-model-like.yml +++ b/.github/workflows/add-model-like.yml @@ -30,6 +30,7 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip!=21.3 + pip install -U click # Click 7 is installed in the environment by default, but we need at least version 8 for Black sudo apt -y update && sudo apt install -y libsndfile1-dev pip install .[dev]