Removed the hf-embed extra from the pip install command in the Ubuntu and Windows GitHub Actions workflows.

This commit is contained in:
Paul Gauthier 2024-07-12 07:29:59 +01:00 committed by Paul Gauthier (aider)
parent 7f4aab48a9
commit b8c4d1dcb9
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[hf-embed] --extra-index-url https://download.pytorch.org/whl/cpu
pip install .
- name: Run tests
run: |

View file

@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[hf-embed] --extra-index-url https://download.pytorch.org/whl/cpu
pip install .
- name: Run tests
run: |