cpu only for GH actions tests

This commit is contained in:
Paul Gauthier 2024-07-10 17:45:18 +01:00
parent 9e3eb4fce5
commit 752e4999cc
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]
pip install .[hf-embed] --extra-index-url https://download.pytorch.org/whl/cpu
- 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]
pip install .[hf-embed] --extra-index-url https://download.pytorch.org/whl/cpu
- name: Run tests
run: |