Skip to content

Commit 0bb2ee0

Browse files
committed
Update publish.yml
1 parent 2e00ff4 commit 0bb2ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install dependencies
6666
run: |
6767
python -m pip install --upgrade pip
68-
pip install pyinstaller torch lxml pyteomics tqdm pillow requests numpy
68+
pip install --only-binary :all: . pyinstaller
6969
7070
- name: Build Windows EXE with PyInstaller
7171
working-directory: ./ideeplc

0 commit comments

Comments
 (0)