We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9990315 commit a8adaecCopy full SHA for a8adaec
1 file changed
.github/workflows/build-exe.yml
@@ -17,10 +17,10 @@ jobs:
17
with:
18
python-version: '3.9'
19
20
- - name: Install Dependencies
+ - name: Install Dependencies Directly
21
run: |
22
python -m pip install --upgrade pip
23
- pip install pyinstaller -r requirements.txt
+ pip install pyinstaller numpy pandas matplotlib pymeasure pyvisa pyvisa-py Pillow
24
25
- name: Build with PyInstaller
26
run: pyinstaller --onefile --windowed PICA_Launcher_V4.py
0 commit comments