Skip to content

Commit a8adaec

Browse files
Update build-exe.yml
1 parent 9990315 commit a8adaec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
with:
1818
python-version: '3.9'
1919

20-
- name: Install Dependencies
20+
- name: Install Dependencies Directly
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install pyinstaller -r requirements.txt
23+
pip install pyinstaller numpy pandas matplotlib pymeasure pyvisa pyvisa-py Pillow
2424
2525
- name: Build with PyInstaller
2626
run: pyinstaller --onefile --windowed PICA_Launcher_V4.py

0 commit comments

Comments
 (0)