mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
Removed the hf-embed
extra from the pip install command in the Ubuntu and Windows GitHub Actions workflows.
This commit is contained in:
parent
7f4aab48a9
commit
b8c4d1dcb9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ubuntu-tests.yml
vendored
2
.github/workflows/ubuntu-tests.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue