"...serve/git@developer.sourcefind.cn:guobj/qwen_lmdeploy.git" did not exist on "e8ab4ba33785c348235c1ef932c7671e7e64687d"
Unverified Commit 70292409 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Upgrade click version (#15579)

parent 9e00566b
...@@ -30,6 +30,7 @@ jobs: ...@@ -30,6 +30,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install --upgrade pip!=21.3 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 sudo apt -y update && sudo apt install -y libsndfile1-dev
pip install .[dev] pip install .[dev]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment