Skip to content

Commit

Permalink
ci: exclude torch from build
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark authored Aug 16, 2024
1 parent 987c32d commit 82cd5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82cd5eb

Please sign in to comment.