Skip to content

Commit 716b206

Browse files
authored
Fix mirror community pipeline (#8426)
1 parent 5fd6825 commit 716b206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mirror_community_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
python-version: "3.10"
6868
- name: Install dependencies
6969
run: |
70-
python -m pip install uv
71-
uv pip install --upgrade huggingface_hub
70+
python -m pip install --upgrade pip
71+
pip install --upgrade huggingface_hub
7272
7373
# Check secret is set
7474
- name: whoami

0 commit comments

Comments
 (0)