Unverified Commit 990de2c1 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Remove pip 21.3 from installation candidates for model templates

parent d45fc7da
......@@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip!=21.3
sudo apt -y update && sudo apt install -y libsndfile1-dev
pip install .[dev]
- name: Create model files
......
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