We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987c32d commit 82cd5ebCopy full SHA for 82cd5eb
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip
33
- pip install -r requirements.txt
+ pip install $(grep -v "^torch" requirements.txt)
34
pip install pyinstaller
35
36
- name: Build with PyInstaller (Windows)
0 commit comments