Remove pip 21.3 from installation candidates for model templates

This commit is contained in:
Lysandre Debut
2021-10-11 23:21:37 -04:00
committed by GitHub
parent d45fc7da3d
commit 990de2c17c

View File

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