Skip to content

Commit 97a6d10

Browse files
Update huggingface_hub version in CI configuration
Pin huggingface_hub version to 0.25.2 in CI workflow.
1 parent 0815b7f commit 97a6d10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -36,7 +36,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)