mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Upgrade click version (#15579)
This commit is contained in:
parent
9e00566b9b
commit
7029240927
1
.github/workflows/add-model-like.yml
vendored
1
.github/workflows/add-model-like.yml
vendored
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user