ci: exclude torch from build

This commit is contained in:
leafspark 2024-08-15 18:36:26 -07:00 committed by GitHub
parent 987c32d887
commit 82cd5eb129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install $(grep -v "^torch" requirements.txt)
pip install pyinstaller
- name: Build with PyInstaller (Windows)