Skip to content

Commit 7be6298

Browse files
[CI] fix hub version (#2457)
1 parent 39bff84 commit 7be6298

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-stage-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Install opencompass dependencies
5353
run: |
5454
python -m pip install -r requirements.txt
55+
python -m pip install huggingface-hub==1.15.0
5556
- name: Build and install
5657
run: python -m pip install -e .
5758
- name: Prepare dataset
@@ -105,6 +106,7 @@ jobs:
105106
- name: Install opencompass dependencies
106107
run: |
107108
python -m pip install -r requirements.txt
109+
python -m pip install huggingface-hub==1.15.0
108110
- name: Build and install
109111
run: python -m pip install -e .
110112
- name: Prepare dataset
@@ -134,6 +136,7 @@ jobs:
134136
- name: Install opencompass dependencies
135137
run: |
136138
pip install -r requirements.txt
139+
pip install huggingface-hub==1.15.0
137140
- name: Build and install
138141
run: pip install -e .
139142
- name: Prepare dataset

0 commit comments

Comments
 (0)