Skip to content

Commit 82cd5eb

Browse files
authored
ci: exclude torch from build
1 parent 987c32d commit 82cd5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install -r requirements.txt
33+
pip install $(grep -v "^torch" requirements.txt)
3434
pip install pyinstaller
3535
3636
- name: Build with PyInstaller (Windows)

0 commit comments

Comments
 (0)