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:
- 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]
......
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