mirror of https://github.com/leafspark/AutoGGUF
ci: exclude torch from build
This commit is contained in:
parent
987c32d887
commit
82cd5eb129
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install $(grep -v "^torch" requirements.txt)
|
||||||
pip install pyinstaller
|
pip install pyinstaller
|
||||||
|
|
||||||
- name: Build with PyInstaller (Windows)
|
- name: Build with PyInstaller (Windows)
|
||||||
|
|
Loading…
Reference in New Issue