Skip to content

Commit 7029240

Browse files
authored
Upgrade click version (#15579)
1 parent 9e00566 commit 7029240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/add-model-like.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
pip install --upgrade pip!=21.3
33+
pip install -U click # Click 7 is installed in the environment by default, but we need at least version 8 for Black
3334
sudo apt -y update && sudo apt install -y libsndfile1-dev
3435
pip install .[dev]
3536

0 commit comments

Comments
 (0)