Upgrade click version (#15579)

This commit is contained in:
Lysandre Debut 2022-02-09 10:28:43 -05:00 committed by GitHub
parent 9e00566b9b
commit 7029240927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]