File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Install requirements
1818 run : |
1919 python -m pip install --upgrade pip
20- pip install pyinstaller pyqt6 opencv-python huggingface_hub[cli]
20+ pip install pyinstaller pyqt6 opencv-python huggingface_hub[cli]==0.25.2
2121 - name : Build exe
2222 run : pyinstaller --onefile --windowed osl_visualizer/main.py --add-data "osl_visualizer/ui;ui"
2323 - name : Upload artifact
3636 - name : Install requirements
3737 run : |
3838 python -m pip install --upgrade pip
39- pip install pyinstaller pyqt6 opencv-python huggingface_hub[cli]
39+ pip install pyinstaller pyqt6 opencv-python huggingface_hub[cli]==0.25.2
4040 - name : Build app
4141 run : pyinstaller --onefile --windowed osl_visualizer/main.py --add-data "osl_visualizer/ui:ui"
4242 - name : Upload artifact
5656 run : |
5757 sudo apt-get update
5858 sudo apt-get install -y libgl1 libglib2.0-0
59- pip install pyinstaller pyqt6 opencv-python huggingface_hub[cli]
59+ pip install pyinstaller pyqt6 opencv-python huggingface_hub[cli]==0.25.2
6060 - name : Build binary
6161 run : pyinstaller --onefile --windowed osl_visualizer/main.py --add-data "osl_visualizer/ui:ui"
6262 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments