Remove pip 21.3 from installation candidates for model templates
This commit is contained in:
2
.github/workflows/model-templates.yml
vendored
2
.github/workflows/model-templates.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip!=21.3
|
||||||
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]
|
||||||
- name: Create model files
|
- name: Create model files
|
||||||
|
|||||||
Reference in New Issue
Block a user